-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
58 lines (58 loc) · 1.56 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
57
58
Package: forecast.vocs
Title: Forecast Case and Sequence Notifications using Variant of Concern
Strain Dynamics
Version: 0.9.0
Authors@R:
c(person(given = "Sam Abbott",
role = c("aut", "cre"),
email = "sam.abbott@lshtm.ac.uk",
comment = c(ORCID = "0000-0001-8057-8037")),
person(given = "Sebastian",
family = "Funk",
role = c("ctb"),
email = "sebastian.funk@lshtm.ac.uk",
comment = c(ORCID = "0000-0002-2842-3406")))
Description: Contains models and tools to produce short-term forecasts for
both case and sequence notifications assuming circulation of either
one or two variants. Tools are also provided to allow the evaluation
of the use of sequence data for short-term forecasts in both
real-world settings and in user generated scenarios.
License: MIT + file LICENSE
URL: https://epiforecasts.io/forecast.vocs/,
https://github.com/epiforecasts/forecast.vocs/
BugReports: https://github.com/epiforecasts/forecast.vocs/issues/
Depends:
R (>= 2.10)
Imports:
bayesplot,
cmdstanr,
data.table,
future.apply,
ggplot2,
posterior,
purrr,
rstan,
scales
Suggests:
future,
knitr,
readxl,
rmarkdown,
scoringutils,
shinystan,
spelling,
testthat (>= 3.0.0),
usethis,
vdiffr
VignetteBuilder:
knitr
Remotes:
stan-dev/cmdstanr
Config/Needs/website: r-lib/pkgdown,
amirmasoudabdol/preferably
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3