forked from kwonsang/denovo
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
35 lines (35 loc) · 964 Bytes
/
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
Package: denovo
Title: Discovering Heterogeneous Exposure Effects Using Randomization Inference
Version: 0.0.1
Authors@R: c(
person(given="Naeem",
family="Khoshnevis",
email = "[email protected]",
role=c("aut","cre"),
comment = c(ORCID = "0000-0003-4315-1426", AFFILIATION="FASRC")),
person(given="Kwonsang",
family = "Lee",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5823-4331")))
Description: What the package does (one paragraph).
License: GPL (>= 3)
URL: https://github.com/fasrc/denovo
BugReports: https://github.com/fasrc/denovo/issues
Imports:
data.table,
gurobi,
lpSolve,
Matrix,
mvtnorm,
rpart,
rpart.plot,
rpart.utils,
slam
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3