-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 883 Bytes
/
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
Package: continentesBR
Title: Gather Data of Countries and Capitals from Wikipedia and Brasil Escola
Version: 1.0.0
Authors@R:
person(given = "Bruno",
family = "Montezano",
role = c("aut", "cre"),
email = "brunodoyt@gmail.com",
comment = c(ORCID = "0000-0002-4627-1776"))
Description: The package picks up Wikipedia and Brazilian data on countries and their respective capitals, cleans these data and provides for the user.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://github.com/brunomontezano/continentesBR
BugReports: https://github.com/brunomontezano/continentesBR/issues
Imports:
dplyr,
httr,
janitor,
magrittr,
purrr,
readr,
rvest,
stringr,
tidyr,
writexl
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3