-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
42 lines (42 loc) · 1.51 KB
/
DESCRIPTION
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
32
33
34
35
36
37
38
39
40
41
42
Package: rags2ridges
Type: Package
Title: Ridge Estimation of Precision Matrices from High-Dimensional Data
Version: 2.2.7
Maintainer: Carel F.W. Peeters <carel.peeters@wur.nl>
Authors@R: c(
person(given = c("Carel", "F.W."),
family = "Peeters",
email = "carel.peeters@wur.nl",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5766-9969")),
person(given = c("Anders", "Ellern"),
family = "Bilgrau",
role = c("aut", "cph"),
email = "anders.ellern.bilgrau@gmail.com",
comment = c(ORCID = "0000-0001-9875-2902")),
person(given = c("Wessel", "N."),
family = "van Wieringen",
role = c("aut"),
comment = c(ORCID = "0000-0002-5100-9123"))
)
Description: Proper L2-penalized maximum likelihood estimators for precision
matrices and supporting functions to employ these estimators in a graphical
modeling setting. For details, see Peeters, Bilgrau, & van Wieringen (2022)
<doi:10.18637/jss.v102.i04> and associated publications.
Depends: R (>= 2.15.1)
biocViews:
Imports: igraph, stats, methods, expm, reshape, ggplot2, Hmisc, fdrtool,
snowfall, sfsmisc, utils, grDevices, graphics, gRbase, RBGL, graph,
Rcpp, RSpectra
LinkingTo: Rcpp, RcppArmadillo
KeepSource: yes
License: GPL (>= 2)
URL: https://cfwp.github.io/rags2ridges/, https://github.com/CFWP/rags2ridges
Suggests:
KEGGgraph,
testthat,
knitr,
rmarkdown
RoxygenNote: 7.2.3
Encoding: UTF-8
VignetteBuilder: knitr