Package: ess Title: Efficient Stepwise Selection in Decomposable Models Version: 1.1.2 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) . 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 LinkingTo: Rcpp RoxygenNote: 7.1.1 Suggests: tinytest BugReports: https://github.com/mlindsk/ess/issues SystemRequirements: C++11 Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://mlindsk.r-universe.dev Date/Publication: 2021-10-13 07:38:25 UTC RemoteUrl: https://github.com/mlindsk/ess RemoteRef: HEAD RemoteSha: fbd5e5f718dde4cdf57eb1954833b9d09596d1f5 NeedsCompilation: yes Packaged: 2026-06-24 11:02:45 UTC; root Author: Mads Lindskou [aut, cre] Maintainer: Mads Lindskou