Skip to content

Commit cda51a0

Browse files
committed
miscl
1 parent 9e70a52 commit cda51a0

File tree

7 files changed

+18
-7
lines changed

7 files changed

+18
-7
lines changed

data_prep/R/support_fun.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ add_state_info <- function(temp_sf, column){
8484
code_state== 28, "Sergipe",
8585
code_state== 29, "Bahia",
8686
code_state== 31, "Minas Gerais",
87-
code_state== 32, "Espirito Santo",
87+
code_state== 32, "Esp\u00edrito Santo",
8888
code_state== 33, "Rio de Janeiro",
8989
code_state== 35, "S\u00e3o Paulo",
9090
code_state== 41, "Paran\u00e1",

r-package/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: geobr
33
Title: Download Official Spatial Data Sets of Brazil
4-
Version: 1.8.109999
4+
Version: 1.8.999
55
Authors@R: c(person(given="Rafael H. M.", family="Pereira", email="rafa.pereira.br@gmail.com", role=c("aut", "cre"), comment = c(ORCID = "0000-0003-2125-7465")),
66
person(given="Caio Nogueira", family="Goncalves", role=c("aut")),
77
person(given="Paulo Henrique Fernandes de", family="Araujo", role=c("ctb")),

r-package/NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# geobr v1.8.999 dev
2+
3+
**CRAN request**
4+
- Fixed issue to nake sure geobr uses suggested packages conditionally
5+
6+
**Minor changes**
7+
- Fixed non-ASCII characters in data `geobr::grid_state_correspondence_table()`
8+
9+
10+
111
# geobr v1.8.1
212

313
**CRAN request**

r-package/R/read_comparable_areas.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#' municipalities, known in Portuguese as 'Areas minimas comparaveis (AMCs)'.
66
#' The data is available for any combination of census years between 1872-2010.
77
#' These data sets are generated based on the Stata code originally developed by
8-
#' \doi{10.1590/0101-416147182phe}{Philipp Ehrl}, and translated
9-
#' into `R` by the `geobr` team.
8+
#' Ehrl (2017) \doi{10.1590/0101-416147182phe}, and translated into `R` by the
9+
#' `geobr` team.
1010
#'
1111
#' @param start_year Numeric. Start year to the period in the YYYY format.
1212
#' Defaults TO `1970`.

r-package/man/geobr.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r-package/man/read_comparable_areas.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r-package/tests/tests_rafa/test_rafa.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ system.time( ct4 <- st_read_parquet("ct_sf.parquet") )
7878
### convert to ASCII characters -------------------------
7979

8080

81-
gtools::ASCIIfy('Belém')
81+
gtools::ASCIIfy('Espírito Santo')
8282
gtools::ASCIIfy('São Paulo')
8383
gtools::ASCIIfy('Rondônia')
8484

0 commit comments

Comments
 (0)