Skip to content

Commit a2c9761

Browse files
Rafael Henrique Moraes PereiraRafael Henrique Moraes Pereira
authored andcommitted
v0.6.2
1 parent c1b9f11 commit a2c9761

5 files changed

Lines changed: 26 additions & 14 deletions

File tree

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.6.1
2-
Date: 2026-01-27 00:04:05 UTC
3-
SHA: 2a00b35e34a31fe8f70656b3ef5a48354febb493
1+
Version: 0.6.2
2+
Date: 2026-04-14 01:36:37 UTC
3+
SHA: c1b9f11361140e2804ef7babe53e031a2c53e233

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: geocodebr
33
Title: Geolocalização De Endereços Brasileiros (Geocoding Brazilian Addresses)
4-
Version: 0.6.1.999
4+
Version: 0.6.2
55
Authors@R: c(
66
person("Rafael H. M.", "Pereira", , "rafa.pereira.br@gmail.com", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0003-2125-7465")),

R/geocode_reverso.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ geocode_reverso <- function(
117117
arrow::open_dataset() |>
118118
sf::st_as_sf()
119119

120+
# place holder to use geoarrow becaue:
121+
# Namespace in Imports field not imported from: 'geoarrow'
122+
# All declared Imports should be used.
123+
geoarrow::as_geoarrow_vctr("POINT (0 1)")
124+
120125
# munis_path <- system.file("extdata/munis_2022.parquet", package = "geocodebr")
121126
#
122127
# query_register_muni <- glue::glue(

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ coverage](https://codecov.io/gh/ipeaGIT/geocodebr/branch/main/graph/badge.svg)](
1313
[![Lifecycle:
1414
experimental](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg)](https://lifecycle.r-lib.org/articles/stages.html)
1515

16-
O **{geocodebr}** é um pacote computacional para geolocalização de
16+
O **{geocodebr}** é um pacote computacional para geolicalização de
1717
endereços Brasileiros. O pacote oferece uma maneira simples e eficiente
18-
de geolocalizar dados sem limite de número de consultas capaz de
19-
geolocalizar milhões de endereços em poucos minutos. O pacote é
18+
de geolocalizar dados sem limite de número de consultas. O pacote é
2019
baseado em conjuntos de dados espaciais abertos de endereços
2120
brasileiros, utilizando como fonte principal o Cadastro Nacional de
2221
Endereços para Fins Estatísticos (CNEFE). O CNEFE é
@@ -155,9 +154,8 @@ Além de diversos pesquisadores e empresas que utilizam o {geocodebr}, o
155154
pacote também tem sido utilizado por algumas instituições públicas no
156155
planejamento e avaliação de políticas públicas. Entre elas:
157156

158-
- Banco Central do Brasil (BCB)
159-
- Fundação Oswaldo Cruz (Fiocruz)
160157
- Instituto Brasileiro de Geografia e Estatistica (IBGE)
158+
- Banco Central do Brasil (BCB)
161159
- Ministério do Desenvolvimento Social e Combate à Fome (MDS)
162160

163161
## Projetos relacionados

cran-comments.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
## R CMD check results
22

3-
── R CMD check results ──────────────────────────────────────────────── geocodebr 0.6.1 ────
4-
Duration: 1m 44.7s
3+
── R CMD check results ────────────────────────────────────────────── geocodebr 0.6.2 ────
4+
Duration: 2m 33.3s
55

66
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
77

8-
# geocodebr 0.6.1
8+
# geocodebr v0.6.2
99

10+
## Correção de bugs (Bug fixes)
11+
12+
- Fixed a bug to ensure that the package uses only cached data from the
13+
current release and ignores any data from older releases that may be
14+
in the folder. [Closes #90](https://github.com/ipeaGIT/geocodebr/issues/90)
15+
- The `geocode()` function now returns an informational error when a column in the
16+
input table has a name containing a non-alphanumeric character, such as . , ? ^ - ! ~. There
17+
is no issue with the underscore _, as in “name_muni”. Closed [issue #92](https://github.com/ipeaGIT/geocodebr/issues/92)
18+
- Fixed a bug in the `geocode_reverso()` function that prevented the use of very
19+
high values for `dist_max`. [Closes #88](https://github.com/ipeaGIT/geocodebr/issues/88)
20+
- Added ‘Language: pt’ to DESCRIPTION
1021

11-
- This version fixes a critical bug that was present in the previous release.
12-
- Added ^python-package$ to .Rbuildignore

0 commit comments

Comments
 (0)