-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.7 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
Package: linelist
Title: Tagging and Validating Epidemiological Data
Version: 1.1.4.9000
Authors@R:
c(
person(given = "Hugo",
family = "Gruson",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4094-1476"),
email = "[email protected]"),
person(given = "Thibaut",
family = "Jombart",
role = c("aut", "ccp")),
person(given = "Tim",
family = "Taylor",
role = "ctb"),
person(given = "Chris",
family = "Hartgerink",
role = "rev",
comment = c(ORCID = "0000-0003-1050-6809"))
)
Description: Provides tools to help storing and handling case line list data. The 'linelist' class adds a tagging system to classical 'data.frame' objects to identify key epidemiological data such as dates of symptom onset, epidemiological case definition, age, gender or disease outcome. Once tagged, these variables can be seamlessly used in downstream analyses, making data pipelines more robust and reliable.
License: MIT + file LICENSE
URL: https://epiverse-trace.github.io/linelist/, https://github.com/epiverse-trace/linelist
BugReports: https://github.com/epiverse-trace/linelist/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/README:
incidence2 (>= 2.1.1),
ggplot2
Depends:
R (>= 3.1.0)
Imports:
checkmate,
rlang,
tidyselect
Suggests:
callr,
dplyr,
knitr,
magrittr,
outbreaks,
rmarkdown,
spelling,
testthat,
tibble
Config/Needs/website:
r-lib/pkgdown,
epiverse-trace/epiversetheme
VignetteBuilder: knitr
Language: en-GB