-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
82 lines (82 loc) · 2.17 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
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
79
80
81
82
Package: hubEnsemblesManuscript
Title: Repository accompanying paper on hubEnsembles
Version: 0.0.0.9000
Authors@R: c(
person(given = "Li",
family = "Shandross",
role = c("aut", "cre"),
email = "lshandross@umass.edu",
comment = c(ORCID = "0009-0008-1348-1954")),
person(given = "Emily",
family = "Howerton",
role = c("aut"),
email = "ehowerton@psu.edu",
comment = c(ORCID = "0000-0002-0639-3728")),
person(given = "Evan L",
family = "Ray",
email = "elray@umass.edu",
role = c("aut")),
person(given = "Anna",
family = "Krystalli",
email = "annakrystalli@googlemail.com",
role = c("ctb"),
comment = c(ORCID = "0000-0002-2378-4915")))
Description: Repository containing data and analysis for a paper on hubEnsembles,
a hubverse package of ensemble methods for combining hub model outputs.
License: MIT + file LICENSE
Depends:
R (>= 4.1)
Suggests:
bookdown (>= 0.37),
covidHubUtils (>= 0.1.8),
cowplot (>= 1.1.1),
patchwork (>= 1.1.3),
hubVis (== 0.0.0.9201),
plotly,
RColorBrewer (>= 1.1-3),
reshape2 (>= 1.4.4),
rmarkdown,
scales,
testthat (>= 3.0.0),
viridisLite (>= 0.4.2),
devtools,
git2r
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/hubverse-org/hubEnsemblesManuscript
Imports:
dplyr (>= 1.1.2),
ggplot2 (>= 3.4.4),
htmltools (>= 0.5.8),
hubExamples,
hubData (>= 0.1.0),
hubEnsembles (>= 0.1.0),
hubUtils (>= 0.0.2),
knitr (>= 1.45),
lubridate (>= 1.9.2),
purrr (>= 1.0.1),
readr (>= 2.1.4),
stringr (>= 1.5.1),
tidyr (>= 1.3.0),
here,
rlang,
stats,
zoltr (>= 1.0.0),
base (>= 4.4.0),
distfromq (>= 1.0.4),
jsonlite (>= 1.8.8),
renv (>= 1.0.7),
tools (>= 4.4.0),
utils (>= 4.4.0)
Remotes:
hubverse-org/hubEnsembles,
hubverse-org/hubExamples,
hubverse-org/hubData,
hubverse-org/hubUtils,
hubverse-org/hubVis,
reichlab/distfromq,
reichlab/covidHubUtils,
reichlab/zoltr