* fixed cpdag() and cextend(), which returned an error about the input graph being cyclic when it included the CPDAG of a shielded collider (thanks Jean-Baptiste Denis). * do not generate observations from redundant variables (those not in the upper closure of event and evidence) in cpdag() and cpquery(). * added Pena's relevant() nodes identification. * make custom.fit() robust against floating point errors (thanks Jean-Baptiste Denis). * check v-structures do not introduce directed cycles in the graph when applying them (thanks Jean-Baptiste Denis). * fixed a buffer overflow in cextend() (thanks Jean-Baptiste Denis). * added a "strict" argument to cextend(). * removed Depends on the graph package, which is in Suggests once more. * prefer the parallel package to snow, if it is available. * replace NaNs in bn.fit objects with uniform conditional probabilities when calling as.grain(), with a warning instead of an error. * remove reserved characters from levels in write.{dsc,bif,net}(). * fix the Gaussian mutual information test (thanks Alex Lenkoski).
20 lines
525 B
Makefile
20 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/03/29 13:12:00 bubuchka Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= mishka@NetBSD.org
|
|
HOMEPAGE= http://www.bnlearn.com/
|
|
COMMENT= Bayesian network structure learning, parameter learning and inference
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
R_PKGNAME= bnlearn
|
|
R_PKGVER= 3.3
|
|
|
|
USE_LANGUAGES= c fortran
|
|
|
|
BUILDLINK_API_DEPENDS.R+= R>=2.13.2
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|