-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
73 lines (73 loc) · 2.26 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
67
68
69
70
71
72
73
Package: localcovid19now
Title: Processing and mapping COVID-19 case data at subnational scales
Version: 0.1
Authors@R: c(
person("Stephen J.", "Beckett", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4410-2960")),
person("Freyja A.", "Brandel-Tanis", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2870-6980")),
person("Quan", "Nguyen", , "[email protected]", role = "aut"),
person("Aroon T.", "Chande", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5260-3135")),
person("Lavanya", "Rishishwar", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2055-9392 ")),
person("Clio", "Andris", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8559-5079")),
person("Joshua S.", "Weitz", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3433-8312")),
person("Kaitlyn", "Johnson", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-8011-0012"))
)
Description: Extract, clean and map recent subnational level data on
active COVID-19 cases across multiple countries. Provides tools to
extract and clean data from multiple data sources; and tools to
visualize, via mapping, the data in terms of per capita active
infections; or as the risk that one or more individuals in a group
of a particular size are infectious.
License: MIT + file LICENSE
URL: https://github.com/sjbeckett/localcovid19now/
BugReports: https://github.com/sjbeckett/localcovid19now/issues
Depends:
R (>= 3.50)
Imports:
COVID19,
dplyr,
jsonlite,
lubridate,
magrittr,
purrr,
readxl,
rlang,
sf,
stringr,
tibble,
tidyr,
tmap,
usethis,
utils,
vroom
Suggests:
testthat (>= 3.0.0),
glue,
googledrive,
here,
htmltools,
htmlwidgets,
httr,
knitr,
leaflet,
pdftools,
RColorBrewer,
rmapshaper,
rmarkdown,
rvest,
shiny
VignetteBuilder:
knitr
Config/rcmdcheck/ignore-inconsequential-notes: true
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3