-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
44 lines (44 loc) · 1.2 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
Package: coronabr
Type: Package
Title: Download de dados de COVID-19 no Brasil
Version: 0.1.0
Authors@R: c(
person("Sara", "Mortara", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6221-7537")),
person("Andrea", "Sánchez-Tapia", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-3521-4338")),
person("Karlo", "Guidoni Martins", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-8458-8467")),
person("Julio", "Trecenti",
role = c("ctb"))
)
Maintainer: Sara R Mortara <[email protected]>
Description: Pacote desenvolvido por latinecs para download
dos casos registrados de COVID-19 no Brasil.
License: GPL (>= 3)
URL: https://liibre.github.io/coronabr/, https://github.com/liibre/coronabr
BugReports: https://github.com/liibre/coronabr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9000
Remotes:
r-spatial/lwgeom,
rpradosiqueira/brazilmaps
Imports:
dplyr,
ggplot2,
httr,
magrittr,
plyr,
readr,
rlang,
rvest,
tidyr,
xml2,
vroom
Suggests:
rmarkdown,
devtools,
knitr
VignetteBuilder:
knitr