-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.31 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
Package: trendsEnsemble
Title: Functions to Create the UMass-trends_ensemble Model
Version: 0.0.0.9000
Authors@R: c(
person(given = "Evan L",
family = "Ray",
email = "[email protected]",
role = c("aut")),
person(given = "Li",
family = "Shandross",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0009-0008-1348-1954")),
person(given = "Nutcha",
family = "Wattanachit",
role = c("aut")),
person(given = "Aaron",
family = "Gerding",
role = c("aut")),
person(given = "Nicholas G.",
family = "Reich",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3503-9899")))
Description: A collection of functions used to create the UMass-trends_ensemble,
an equally weighted ensemble of simple time series baseline models.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
arrow,
cli,
dplyr,
hubEnsembles,
hubUtils,
purrr,
rlang,
simplets,
tibble,
tidyr
Remotes:
hubverse-org/hubEnsembles,
reichlab/simplets
Suggests:
car,
fabletools,
feasts,
lubridate,
testthat (>= 3.2.1)
Config/testthat/edition: 3