forked from hubverse-org/hubEnsembles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.01 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
Package: hubEnsembles
Title: Ensemble methods for combining hub model outputs.
Version: 0.0.0.9000
Authors@R: c(
person("Anna", "Krystalli", , "annakrystalli@googlemail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2378-4915")),
person(given = "Evan L",
family = "Ray",
role = c("aut")),
person(given = "Li",
family = "Shandross",
role = c("aut")))
Description: Functions for combining model outputs (e.g. predictions or
estimates) from multiple models into an aggregated ensemble model output.
License: MIT + file LICENSE
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/Infectious-Disease-Modeling-Hubs/hubEnsembles
BugReports: https://github.com/Infectious-Disease-Modeling-Hubs/hubEnsembles/issues
Imports:
cli,
dplyr,
hubUtils,
magrittr,
matrixStats,
rlang
Remotes:
Infectious-Disease-Modeling-Hubs/hubUtils