-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.71 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
Package: baselinenowcast
Title: Baseline nowcast
Version: 0.0.0.1000
Authors@R:
c(person(given = "Kaitlyn",
family = "Johnson",
role = c("aut", "cre", "cph"),
email = "kaitlyn.johnson@lshtm.ac.uk",
comment = c(ORCID = "0000-0001-8011-0012")),
person(given = "Sam",
family = "Abbott",
role = c("aut"),
email = "contact@samabbott.co.uk",
comment = c(ORCID = "0000-0001-8057-8037")),
person(given = "Johannes",
family = "Bracher",
role = c("aut"),
email = "johannes.bracher@kit.edu",
comment = c(ORCID = "0000-0002-3777-1410")),
person(given = "Sebastian",
family = "Funk",
role = c("aut"),
email = "sebastian.funk@lshtm.ac.uk",
comment = c(ORCID = "0000-0002-2842-3406")))
Description: Provides functions for nowcasting right-truncated epidemiological
data, based heavily on the method implemented in
https://github.com/KITmetricslab/RESPINOW-Hub/tree/main/code/baseline
License: MIT + file LICENSE
URL: https://baselinenowcast.epinowcast.org, https://github.com/epinowcast/baselinenowcast/
BugReports: https://github.com/epinowcast/baselinenowcast/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
checkmate,
stats
Suggests:
epinowcast,
bookdown,
dplyr,
ggplot2,
spelling,
rmarkdown,
testthat (>= 3.1.9),
usethis,
withr,
knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Remotes:
epinowcast=epinowcast/epinowcast@v0.3.0
Config/Needs/hexsticker: hexSticker, sysfonts, ggplot2
Config/Needs/website: r-lib/pkgdown, epinowcast/enwtheme