-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
61 lines (61 loc) · 1.39 KB
/
DESCRIPTION
File metadata and controls
61 lines (61 loc) · 1.39 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
Package: hubhelpr
Title: Helper functions for CDC hubs maintenance
Version: 0.0.0.9000
Authors@R:
c(person("Subekshya", "Bidari",
email = "zib2@cdc.gov",
role = c("aut", "cre")),
person("Dylan", "Morris",
email = "dzl1@cdc.gov",
role = "aut"),
person("Trevor", "Martin",
email = "upx3@cdc.gov",
role = "aut")
)
Description: This package provides functions to help with the maintenance of CDC hubs.
License: Apache License (>= 2)
URL: https://cdcgov.github.io/hubhelpr/, https://github.com/cdcgov/hubhelpr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
checkmate,
cli,
dplyr,
epipredict,
epiprocess,
forecasttools,
fs,
glue,
hardhat,
hubData,
hubEnsembles,
jsonlite,
lubridate,
purrr,
RcppTOML,
readr,
rlang,
stringr,
tidyr,
tidyselect,
hubUtils,
janitor,
hubValidations
Remotes:
forecasttools=github::cdcgov/forecasttools,
hubAdmin=github::hubverse-org/hubAdmin,
hubUtils=github::hubverse-org/hubUtils,
hubData=github::hubverse-org/hubData,
hubEnsembles=github::hubverse-org/hubEnsembles,
hubValidations=github::hubverse-org/hubValidations,
epipredict=github::cmu-delphi/epipredict,
epiprocess=github::cmu-delphi/epiprocess
Suggests:
httptest2,
testthat (>= 3.0.0),
tibble,
withr
Depends:
R (>= 3.5)
LazyData: true