Package: jti
Title: Junction Tree Inference
Version: 0.7.1
Date: 2021-05-21
Authors@R: 
    person(given = "Mads",
           family = "Lindskou",
           role = c("aut", "cre"),
           email = "mads@math.aau.dk")
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.1
SystemRequirements: C++11
Suggests: tinytest
NeedsCompilation: yes
Packaged: 2021-05-21 07:49:48 UTC; mads
Author: Mads Lindskou [aut, cre]
Maintainer: Mads Lindskou <mads@math.aau.dk>
Repository: CRAN
Date/Publication: 2021-05-21 08:40:02 UTC
