-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 774 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 774 Bytes
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
Package: jti
Title: Junction Tree Inference
Version: 0.8.4
Date: 2022-04-11
Authors@R:
person(given = "Mads",
family = "Lindskou",
role = c("aut", "cre"),
email = "madslindskou@gmail.com")
Description: Minimal and memory efficient implementation of the junction tree
algorithm using the Lauritzen-Spiegelhalter scheme;
S. L. Lauritzen and D. J. Spiegelhalter (1988)
<https://www.jstor.org/stable/2345762?seq=1>.
Depends: R (>= 3.5.0)
URL: https://github.com/mlindsk/jti
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
Rcpp,
igraph,
sparta
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.2
SystemRequirements: C++11
Suggests:
rmarkdown,
knitr,
tinytest,
ess
VignetteBuilder: knitr