-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
83 lines (83 loc) · 2.15 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
83
Package: epipredict
Title: Basic epidemiology forecasting methods
Version: 0.1.6
Authors@R: c(
person("Daniel J.", "McDonald", , "daniel@stat.ubc.ca", role = c("aut", "cre")),
person("Ryan", "Tibshirani", , "ryantibs@cmu.edu", role = "aut"),
person("Dmitry", "Shemetov", , "dshemeto@andrew.cmu.edu", role = "aut"),
person("David", "Weber", , "davidweb@andrew.cmu.edu", role = "aut"),
person("Delphi Research Group", role = c("cph", "fnd")),
person("Logan", "Brooks", role = "aut"),
person("Rachel", "Lobay", role = "aut"),
person("Maggie", "Liu", role = "ctb"),
person("Ken", "Mawer", role = "ctb"),
person("Chloe", "You", role = "ctb"),
person("Jacob", "Bien", role = "ctb")
)
Description: A forecasting "framework" for creating epidemiological
forecasts from versioned data. The framework is designed to be modular
so that different components can exchanged, enabling a large amount of
flexibility. Some simple baseline models formed from these components
are included.
License: MIT + file LICENSE
URL: https://github.com/cmu-delphi/epipredict/,
https://cmu-delphi.github.io/epipredict
BugReports: https://github.com/cmu-delphi/epipredict/issues/
Depends:
epidatasets,
epiprocess (>= 0.9.0),
parsnip (>= 1.0.0),
R (>= 3.5.0)
Imports:
checkmate,
cli,
distributional,
dplyr,
generics,
ggplot2,
glue,
hardhat (>= 1.3.0),
lifecycle,
magrittr,
recipes (>= 1.0.4),
rlang (>= 1.1.0),
stats,
tibble,
tidyr,
tidyselect,
tsibble,
vctrs,
workflows (>= 1.0.0)
Suggests:
data.table,
epidatr (>= 1.0.0),
fs,
grf,
knitr,
lubridate,
poissonreg,
purrr,
quantreg,
ranger,
RcppRoll,
readr,
rmarkdown,
smoothqr,
testthat (>= 3.0.0),
usethis,
xgboost
VignetteBuilder:
knitr
Remotes:
cmu-delphi/delphidocs,
cmu-delphi/epidatasets,
cmu-delphi/epidatr,
cmu-delphi/epiprocess,
cmu-delphi/epidatasets,
dajmcdon/smoothqr
Config/Needs/website: cmu-delphi/delphidocs
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2