-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
78 lines (78 loc) · 1.68 KB
/
DESCRIPTION
File metadata and controls
78 lines (78 loc) · 1.68 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: corcopreport
Title: Correlates of Risk/Protection Analysis and Reporting
Version: 1.0.0
Authors@R: c(
person("Peter", "Gilbert", email = "",
role = c("aut", "cph")),
comment = c(ORCID = "")),
person("Youyi", "Fong", email = "",
role = "aut",
comment = c(ORCID = "")),
person("David", "Benkeser", email = "benkeser@emory.edu",
role = "aut",
comment = c(ORCID = "0000-0002-1019-8343")),
person("Nima", "Hejazi", email = "nhejazi@berkeley.edu",
role = c("aut", "cre")),
comment = c(ORCID = "0000-0002-7127-2789")),
person("Lars", "van der Laan", email = "",
role = "aut",
comment = c(ORCID = "")),
person("USG COVID-19 Response Biostatistics Team", "", email = "",
role = "aut")
)
Depends: R (>= 3.6.0)
Imports:
bookdown,
bslib,
rmarkdown,
here,
devtools,
data.table,
tibble,
ggplot2,
tidyr,
dplyr,
readr,
stringr,
knitr,
kableExtra,
xtable,
latex2exp,
mvtnorm,
skimr,
delayed,
origami,
hal9001,
SuperLearner,
sl3,
haldensify,
txshift,
VGAM,
svyVGAM
Suggests:
nnls,
Rsolnp,
glmnet,
speedglm,
xgboost,
lightgbm,
ranger,
dbarts,
mgcv,
gam,
arm,
tidyverse
Remotes:
github::rstudio/bslib,
github::rstudio/bookdown,
github::tlverse/hal9001@master,
github::tlverse/delayed@master,
github::tlverse/origami@master,
github::tlverse/sl3@master,
github::nhejazi/haldensify@master,
github::nhejazi/txshift@master
URL: https://github.com/CoVPN/correlates_reporting2
BugReports: https://github.com/CoVPN/correlates_reporting2/issues
RoxygenNote: 7.1.1
License: GPL (>= 3)
Encoding: UTF-8