-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.4 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: enderecobr
Title: Padronizador de Endereços Brasileiros (Brazilian Addresses
Standardizer)
Version: 0.2.1.9000
Authors@R: c(
person("Daniel", "Herszenhut", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8066-1105")),
person("Rafael H. M.", "Pereira", role = "aut",
comment = c(ORCID = "0000-0003-2125-7465")),
person("Lucas", "Mation", role = "aut",
comment = c(ORCID = "0000-0002-7461-932X"))
)
Description: Padroniza endereços brasileiros a partir de diferentes
critérios. Os métodos de padronização incluem apenas manipulações
básicas de strings, não oferecendo suporte a correspondências
probabilísticas entre strings. (Standardizes brazilian addresses using
different criteria. Standardization methods include only basic string
manipulation, not supporting probabilistic matches between strings.)
License: MIT + file LICENSE
URL: https://github.com/ipeaGIT/enderecobr,
https://ipeagit.github.io/enderecobr/
BugReports: https://github.com/ipeaGIT/enderecobr/issues
Depends:
R (>= 2.10)
Imports:
checkmate,
cli,
data.table,
rlang,
stringi,
stringr,
tibble
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: pt
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2