-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.42 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
Package: SMHvalidation
Type: Package
Title: Scenario Modeling Hub Validations & Visualizations
Version: 0.1.2
Authors@R:
c(person(given = "Lucie",
family = "Contamin",
role = c("aut", "cre"),
email = "contamin@pitt.edu",
comment = c(ORCID = "0000-0001-5797-1279")),
person(given = "Shaun",
family = "Truelove",
role = c("aut"),
email = "",
comment = ""),
person(given = "Scenario Modeling Hub Coordination Team",
role = "aut"))
Description: The Scenario Modeling Hub Validations package contains functions for validation and visualization scenario modeling hub submissions.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0.0)
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Imports: arrow,
covidcast,
cowplot,
data.table,
dplyr,
ggplot2,
ggpubr,
glue,
grDevices,
grid,
gridExtra,
gtable,
hubData,
hubUtils,
jsonlite,
lubridate,
purrr,
scales,
stringr,
tibble,
tidyr,
tidyselect
Remotes:
Infectious-Disease-Modeling-Hubs/hubUtils,
Infectious-Disease-Modeling-Hubs/hubData
Suggests:
gh,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr