-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
81 lines (81 loc) · 1.66 KB
/
Copy pathDESCRIPTION
File metadata and controls
81 lines (81 loc) · 1.66 KB
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
Package: forecasttools
Title: R Toolbox for Short-Term Infectious Disease Forecasting
Version: 0.1.8.9000
Authors@R:
c(person("Dylan", "Morris",
email = "dzl1@cdc.gov",
role = c("aut", "cre")),
person("Samuel", "Brand",
email = "usi1@cdc.gov",
role = "aut"),
person("Damon", "Bayer",
email = "xum8@cdc.gov",
role = "aut"),
person("Subekshya", "Bidari",
email = "zib2@cdc.gov",
role = "ctb"),
person("Adam", "Howes",
email = "xwg3@cdc.gov",
role = "ctb"),
person("Kaitlyn", "Johnson",
email = "uox1@cdc.gov",
role = "ctb"))
Description: A collection of tools for short-term forecasting within CFA Predict.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Imports:
checkmate,
cli,
copula,
dplyr,
fs,
gert,
ggdist,
ggplot2,
glue,
gridExtra,
httr2,
hubData (>= 0.2.0),
lifecycle,
lubridate,
methods,
arrow,
purrr,
readr,
rlang,
scales,
scoringutils (>= 2.2.0),
soql,
stringr,
tibble,
tidyselect,
vctrs,
distfromq
Suggests:
data.table,
forcats,
httptest2,
hubUtils,
hubExamples,
kableExtra,
knitr,
rcmdcheck,
rmarkdown,
roxygen2,
testthat (>= 3.0.0),
tidybayes,
tidycensus,
tidyr,
usethis,
withr,
VignetteBuilder:
knitr
URL: https://cdcgov.github.io/forecasttools/, https://github.com/CDCgov/forecasttools/
Depends:
R (>= 4.5.0)
LazyData: true
Additional_repositories: https://hubverse-org.r-universe.dev
BugReports: https://github.com/CDCgov/forecasttools/issues
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0