forked from epiverse-trace/linelist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1001 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 1001 Bytes
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
Package: linelist
Title: Tagging and Validating Epidemiological Data
Version: 0.0.2
Authors@R:
person("Thibaut", "Jombart", , "thibaut@data.org", role = c("aut", "cre"))
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://github.com/epiverse-trace/linelist
BugReports: https://github.com/epiverse-trace/linelist/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Config/testthat/edition: 3
Imports:
checkmate,
dplyr
Suggests:
callr,
covr,
knitr,
magrittr,
outbreaks,
remotes,
rmarkdown,
testthat,
tibble
VignetteBuilder: knitr