-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.13 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
Package: munifacil
Title: Pacote para facilitar o join com nome de municipios
Version: 1.0.0
Authors@R: c(
person("Fernando", "Correa", email = "[email protected]", role = c("cre", "aut")),
person("Julio", "Trecenti", email = "[email protected]", role = c("aut")),
person("Beatriz", "Milz", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-3064-4486")),
person("Curso-R", email = "[email protected]", role = c("fnd")))
Description: O pacote munifacil tem como objetivo facilitar a união de colunas de nome de município com o respectivo código do IBGE. Isso é útil para posteriormente realizar procedimentos de join usando como chave a coluna do código do IBGE.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
magrittr,
purrr,
readr,
rlang,
scales,
stringi,
stringr,
tidyr,
usethis
URL: https://github.com/curso-r/munifacil
BugReports: https://github.com/curso-r/munifacil/issues
Depends:
R (>= 2.10)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3