-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
112 lines (112 loc) · 2.55 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Type: Package
Package: sitrep
Title: Report templates and helper functions for applied epidemiology
Version: 0.2.3
Authors@R:
c(person(given = "Alexander",
family = "Spina",
email = "aspina@appliedepi.org",
comment = c(ORCID = "0000-0001-8425-1867"),
role = c("aut", "cre")),
person(given = "Zhian N.",
family = "Kamvar",
role = "aut",
email = "zkamvar@gmail.com",
comment = c(ORCID = "0000-0003-1458-7108")),
person(given = "Dirk",
family = "Schumacher",
role = "aut",
email = "mai@dirk-schumacher.net"),
person(given = "Kate",
family = "Doyle",
role = "aut"),
person(given = "Chris",
family = "Jarvis",
role = "aut"),
person(given = "Lukas",
family = "Richter",
role = "aut"),
person(given = "Annick",
family = "Lenglet",
role = "cph"),
person(given = "Neale",
family = "Batra",
role = "ctb"))
Description: Report templates and helper functions for applied epidemiology
License: GPL-3
BugReports: https://github.com/R4EPI/sitrep/issues
URL: https://github.com/R4EPI/sitrep,
https://r4epi.github.io/sitrep/
Depends: R (>= 3.2)
Imports:
anthro,
apyramid (>= 0.1.0),
binom,
broom,
clipr,
cli,
dplyr (>= 0.8.0),
epitabulate (>= 0.0.0.9007),
epidict (>= 0.0.0.9001),
epikit(>= 0.1.4),
forcats,
flextable,
ggalluvial,
ggplot2 (>= 3.0.0),
ggspatial,
gtsummary,
glue,
here,
janitor,
knitr,
labelled,
lubridate,
matchmaker,
pacman,
parsedate,
patchwork,
purrr,
rio,
rlang (>= 0.4.0),
rmarkdown,
rstudioapi,
scales,
sf,
slider,
srvyr,
stats,
stringr,
survey,
tibble,
tidyr (>= 1.0.0),
tidyselect,
tsibble,
utils
Suggests:
testthat (>= 2.1.0),
sessioninfo,
vdiffr,
covr,
summarytools
Remotes:
R4EPI/apyramid,
R4EPI/epitabulate,
R4EPI/epidict,
R4EPI/epikit
Additional_repositories: https://r4epi.github.io/drat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
'sitrep-package.R'
'check_templates.R'
'apyramid_exports.R'
'epidict_exports.R'
'epikit_exports.R'
'epitabulate_exports.R'
'AJS_linelist_internal.R'
'AJS_pop_internal.R'
'shape_quartier_internal.R'
'shape_block_internal.R'
'download_datasets.R'