-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 729 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 729 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
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) <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
LinkingTo: Rcpp
RoxygenNote: 7.1.1
Suggests: tinytest
BugReports: https://github.com/mlindsk/ess/issues
SystemRequirements: C++11