This repository has been archived by the owner on May 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.81 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
Package: NCoVUtils
Title: Data Extraction Tools for the Covid-19 Outbreak
Version: 0.4.0
Authors@R: c(person(given = "Sam Abbott",
role = c("aut", "cre"),
email = "contact@samabbott.co.uk",
comment = c(ORCID = "0000-0001-8057-8037")),
person("Hamish", "Gibbs",
email = "Hamish.Gibbs@lshtm.ac.uk",
role = c("aut"),
comment = c(ORCID = "0000-0003-4413-453X")),
person("Joel", "Hellewell",
email = "joel.hellewell@lshtm.ac.uk",
role = c("aut"),
comment = c(ORCID = "0000-0003-2683-0849")),
person("Katharine", "Sherratt",
email = "katharine.sherratt@lshtm.ac.uk",
role = c("aut"),
comment = c(ORCID = "0000-0003-4413-453X")),
person("James", "Munday",
email = "james.munday@lshtm.ac.uk",
role = c("aut")),
person("Patrick", "Barks",
email = "patrick.barks@epicentre.msf.org",
role = c("ctb")),
person("Paul", "Campbell",
email = " paul.campbell@epicentre.msf.org",
role = c("aut")),
person("Flavio", "Finger",
email = "flavio.finger@epicentre.msf.org",
role = c("ctb"),
comment = c(ORCID = "0000-0002-8613-5170")),
person("Sebastian", "Funk",
email = "sebastian.funk@lshtm.ac.uk",
role = c("aut")))
Description: Data extraction tools for the covid-19 outbreak.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
readr,
dplyr,
tibble,
purrr,
stringr,
magrittr,
memoise,
lubridate,
data.table,
tidyr,
httr,
yaml,
readxl,
R.utils,
xml2,
rvest,
janitor,
jsonlite,
reshape2
Suggests:
pkgdown,
testthat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0