-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
executable file
·37 lines (37 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: gRain
Version: 1.4.5
Title: Bayesian Networks
Authors@R: person(given = "Søren",
family = "Højsgaard",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Søren Højsgaard <[email protected]>
Description: Probability propagation in Bayesian networks, also known as graphical independence networks. Documentation
of the package is provided in vignettes included in the package and in
the paper by Højsgaard (2012, <doi:10.18637/jss.v046.i10>).
See 'citation("gRain")' for details.
License: GPL (>= 2)
Depends:
R (>= 4.2.0),
methods,
gRbase (>= 2.0.2),
Suggests:
bnlearn,
gRim,
knitr,
markdown,
microbenchmark,
testthat (>= 2.1.0)
Imports:
igraph,
stats4,
broom,
Rcpp (>= 0.11.1)
URL: https://people.math.aau.dk/~sorenh/software/gR/
Encoding: UTF-8
VignetteBuilder: knitr
LazyLoad: true
LinkingTo: Rcpp (>= 0.11.1), RcppArmadillo, RcppEigen, gRbase
ByteCompile: Yes
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)