generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (44 loc) · 1.35 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
Package: CFAEpiNow2Pipeline
Title: EpiNow2 wrapper for deployment to Azure Batch
Version: 0.0.0.9000
Authors@R: c(
person("Zachary", "Susswein", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4329-4833")),
person("Katelyn", "Gostic", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-9369-6371")),
person("Nathan", "McIntosh", , "[email protected]", role = "ctb"),
person("Patrick", "Corbett", , "[email protected]", role = "ctb"),
person("Adam", "Howes", , "[email protected]", role = "ctb")
)
Description: Add logging, metadata handling, and data handling
functions to use EpiNow2 in a pipeline. This pipeline is optimized
for the Center for Forecasting and Outbreak Analytic's use-case,
fitting hundreds of models in parallel.
License: Apache License (>= 2)
Encoding: UTF-8
Remotes: github::epiforecasts/EpiNow2@bcf297cf36a93cc56123bc3c9e8cebfb1421a962
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Imports:
AzureRMR,
AzureStor,
cli,
data.table,
DBI,
dplyr,
duckdb,
EpiNow2 (>= 1.4.0),
jsonlite,
rlang,
rstan,
tidybayes
Additional_repositories:
https://stan-dev.r-universe.dev
URL: https://cdcgov.github.io/cfa-epinow2-pipeline/
Depends:
R (>= 3.50)
LazyData: true