-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.97 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
Type: Package
Package: geocodebr
Title: Geolocalização De Endereços Brasileiros (Geocoding Brazilian Addresses)
Version: 0.2.0
Authors@R: c(
person("Rafael H. M.", "Pereira", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2125-7465")),
person("Daniel", "Herszenhut", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8066-1105")),
person("Ipea - Instituto de Pesquisa Econômica Aplicada", role = c("cph", "fnd"))
)
Description: Método simples e eficiente de geolocalizar dados no Brasil. O
pacote é baseado em conjuntos de dados espaciais abertos de endereços
brasileiros, utilizando como fonte principal o Cadastro Nacional de Endereços
para Fins Estatísticos (CNEFE). O CNEFE é publicado pelo Instituto Brasileiro
de Geografia e Estatística (IBGE), órgão oficial de estatísticas e geografia
do Brasil. (A simple and efficient method for geolocating data in Brazil. The
package is based on open spatial datasets of Brazilian addresses, primarily
using the Cadastro Nacional de Endereços para Fins Estatísticos (CNEFE),
published by the Instituto Brasileiro de Geografia e Estatística (IBGE),
Brazil's official statistics and geography agency.)
License: MIT + file LICENSE
URL: https://github.com/ipeaGIT/geocodebr,
https://ipeagit.github.io/geocodebr/
BugReports: https://github.com/ipeaGIT/geocodebr/issues
Depends:
R (>= 4.1.0)
Imports:
arrow (>= 15.0.1),
checkmate,
cli,
data.table,
DBI,
dplyr,
duckdb,
enderecobr (>= 0.4.1),
fs,
glue,
httr2 (>= 1.0.0),
parallel,
purrr,
Rcpp,
rlang,
sf,
sfheaders,
tools
Suggests:
covr,
dbplyr,
geobr,
ggplot2 (>= 3.3.1),
knitr,
rmarkdown,
scales,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LinkingTo:
Rcpp