-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
57 lines (57 loc) · 1.98 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
Package: hubEnsembles
Title: Ensemble Methods for Combining Hub Model Outputs
Version: 0.1.9.9000
Authors@R: c(
person(given = "Evan L", family = "Ray", email = "[email protected]", role = "aut"),
person(given = "Li", family = "Shandross", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0008-1348-1954")),
person(given = "Emily", family = "Howerton", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0639-3728")),
person(given = "Anna", family = "Krystalli", email = "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-2378-4915")),
person(given = "Zhian N.", family = "Kamvar", email = "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-1458-7108")),
person(given = "Nicholas G.", family = "Reich", email = "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-3503-9899")),
person("Consortium of Infectious Disease Modeling Hubs", role = "cph")
)
Description: Functions for combining model outputs (e.g. predictions or
estimates) from multiple models into an aggregated ensemble model
output.
License: MIT + file LICENSE
URL: https://github.com/hubverse-org/hubEnsembles,
https://hubverse-org.github.io/hubEnsembles/
BugReports: https://github.com/hubverse-org/hubEnsembles/issues
Depends:
R (>= 4.1)
Imports:
cli,
distfromq (>= 1.0.2),
dplyr,
hubUtils (>= 0.0.1),
matrixStats,
purrr,
rlang,
stats,
tidyr,
tidyselect
Suggests:
cowplot,
ggplot2,
hubExamples,
hubVis (>= 0.0.0.9100),
knitr,
rmarkdown,
testthat (>= 3.0.0)
Additional_repositories: https://hubverse-org.r-universe.dev/
Remotes:
hubverse-org/hubExamples,
hubverse-org/hubUtils,
hubverse-org/hubVis,
reichlab/distfromq
Config/Needs/website: hubverse-org/hubStyle
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2