-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.26 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
Package: xrnet
Type: Package
Title: Hierarchical Regularized Regression
Version: 1.0.0
Authors@R: c(
person("Garrett", "Weaver", email = "gmweaver.usc@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9918-8386")),
person("Dixin", "Shen", email = "dixinshe@usc.edu", role = c("aut")),
person("Juan Pablo", "Lewinger", email = "lewinger@usc.edu", role = c("ctb", "ths")))
URL: https://github.com/USCbiostats/xrnet, https://uscbiostats.github.io/xrnet/
Description: Fits hierarchical regularized regression models
to incorporate potentially informative external data, Weaver and Lewinger (2019) <doi:10.21105/joss.01761>.
Utilizes coordinate descent to efficiently fit regularized regression models both with and without
external information with the most common penalties used in practice (i.e. ridge, lasso, elastic net).
Support for standard R matrices, sparse matrices and big.matrix objects.
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
testthat,
Matrix,
doParallel
LinkingTo:
Rcpp,
RcppEigen,
BH,
bigmemory
Imports:
Rcpp (>= 0.12.19),
foreach,
bigmemory,
methods
Depends:
R (>= 4.0)
BugReports: https://github.com/USCbiostats/xrnet/issues