Package: ess
Title: Efficient Stepwise Selection in Decomposable Models
Version: 1.0
Authors@R: 
    person(given = "Mads",
           family = "Lindskou",
           role = c("aut", "cre"),
           email = "mads@math.aau.dk")
Description: An implementation of the ESS algorithm following Amol Deshpande, Minos Garofalakis,
	     Michael I Jordan (2013) <arXiv:1301.2267>. The ESS algorithm
	     is used for model selection in decomposable graphical models.
URL: https://github.com/mlindsk/ess
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: Rcpp, igraph, Matrix
LinkingTo: Rcpp
RoxygenNote: 7.1.0
Suggests: tinytest
BugReports: https://github.com/mlindsk/ess/issues
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2020-05-23 06:50:04 UTC; mads
Author: Mads Lindskou [aut, cre]
Maintainer: Mads Lindskou <mads@math.aau.dk>
Repository: CRAN
Date/Publication: 2020-05-24 15:20:05 UTC
