Package: linelist Title: Tagging and Validating Epidemiological Data Version: 2.0.1.9000 Authors@R: c( person(given = "Hugo", family = "Gruson", role = "aut", comment = c(ORCID = "0000-0002-4094-1476")), person(given = "Thibaut", family = "Jombart", role = c("aut", "ccp")), person(given = "Tim", family = "Taylor", role = "ctb"), person(given = "Chris", family = "Hartgerink", role = c("cre", "rev"), email = "chris@data.org", 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 (>= 4.1.0) Imports: checkmate, rlang, tidyselect Suggests: callr, dplyr, knitr, outbreaks, rmarkdown, spelling, testthat, tibble Config/Needs/website: r-lib/pkgdown, epiverse-trace/epiversetheme VignetteBuilder: knitr Language: en-GB Repository: https://bisaloo.r-universe.dev Date/Publication: 2026-06-06 14:45:27 UTC RemoteUrl: https://github.com/epiverse-trace/linelist RemoteRef: HEAD RemoteSha: e2eca5b2308c8799a2af2a4e64673183ebfcc932 NeedsCompilation: no Packaged: 2026-07-06 10:40:30 UTC; root Author: Hugo Gruson [aut] (ORCID: ), Thibaut Jombart [aut, ccp], Tim Taylor [ctb], Chris Hartgerink [cre, rev] (ORCID: ) Maintainer: Chris Hartgerink