-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.33 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
59
60
61
62
63
Package: eval.germany.sm.nowcasting
Title: Evaluating Semi-Parametric Nowcasts of COVID-19 Hospital Admissions in Germany
Version: 0.1.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("aut"),
email = "sebastian.funk@lshtm.ac.uk",
comment = c(ORCID = "0000-0002-2842-3406")))
Description: Evaluating Semi-Parametric Nowcasts of COVID-19 Hospital Admissions in Germany.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
callr,
cmdstanr,
data.table,
epinowcast,
future,
future.callr,
ggplot2,
gh,
gittargets,
here,
janitor,
knitr,
purrr,
memoise,
rmarkdown,
scoringutils,
scales,
tarchetypes,
targets
Suggests:
covidregionaldata,
crosstalk,
DT,
fs,
git2r,
lintr,
piggyback,
precommit,
plotly,
spelling,
styler,
visNetwork
VignetteBuilder:
knitr
Remotes:
epiforecasts/epinowcast,
lorenzwalthert/precommit,
ropensci/piggyback,
stan-dev/cmdstanr,
wlandau/gittargets
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1