-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.13 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
Package: knockofftools
Title: Knockoffs Utility Tools
Version: 1.0.0
Authors@R:
c(person(given = "Matthias",
family = "Kormaksson",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Kostas",
family = "Sechidis",
role = "aut"),
person(given = "Manuela",
family = "Zimmermann",
role = "aut"))
Description: A suite of knockoffs functions and methods from existing R-packages and papers. Some of the R functions are simple wrapper functions, while others are novel implementations of recent methods.
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6.0)
Imports:
dplyr (>= 0.7.8),
glmnet (>= 3.0),
knockoff (>= 0.3.2),
clustermq (>= 0.8.8),
ggplot2 (>= 3.2.0),
survival (>= 2.44.1.1),
randomForestSRC (>= 2.9.1),
grf (>= 2.3.1),
glasso (>= 1.11),
CVglasso (>= 1.0),
nnet (>= 7.3-18)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
callr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: http://opensource.nibr.com/knockofftools/