-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.1 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
Type: Package
Package: InsightNetFcast24
Title: Ensures all necessary packages are installed
Version: 1.0.1
Authors@R: c(
person("Daniel J.", "McDonald", , "[email protected]", role = c("aut", "cre")),
person("Ryan", "Tibshirani", , "[email protected]", role = "aut"),
person("Delphi Research Group", role = c("cph", "fnd"))
)
Description: One stop shop for installing all the necessary packages. Just
install me and you are good to go.
License: MIT + file LICENSE
URL: https://github.com/cmu-delphi/insightnetfcast24
BugReports: https://github.com/cmu-delphi/insightnetfcast24/issues
Depends:
R (>= 4.1)
Imports:
cli,
dplyr,
pak,
tibble
Suggests:
cowplot,
epidatasets (>= 0.0.1),
epidatr (>= 1.2.0),
epipredict (== 0.1.5),
epiprocess (== 0.10.0),
glmnet,
here,
httr,
knitr,
quantreg,
quarto,
readr,
svglite,
tidymodels,
tidyverse,
zoo
Remotes:
cmu-delphi/epidatasets,
cmu-delphi/epipredict@dev,
cmu-delphi/epiprocess@main
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2