-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
34 lines (34 loc) · 1.01 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
Package: linelist
Title: Tools to Import and Tidy Case Linelist Data
Version: 0.0.40.9000
Authors@R: c(person("Thibaut", "Jombart", email = "thibautjombart@gmail.com", role = c("aut", "cre")),
person("Zhian N.", "Kamvar", email = "zkamvar@gmail.com", role = c("aut")),
person("Patrick", "Barks", email = "patrick.barks@epicentre.msf.org", role = c("ctb")))
Description: A collection of wrappers for importing case linelist data from usual formats, and tools for cleaning data, detecting dates, and storing meta-information on the content of the resulting data frame.
Depends: R (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
outbreaks,
incidence,
testthat,
knitr,
roxygen2,
covr,
tibble,
dplyr,
magrittr
RoxygenNote: 7.0.2
Imports:
matchmaker (>= 0.1.0),
forcats,
lubridate,
epitrix,
utils,
stats,
crayon
URL: https://github.com/reconhub/linelist
BugReports: https://github.com/reconhub/linelist/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)