Skip to content

Commit

Permalink
miscl
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Jan 1, 2024
1 parent 9e70a52 commit cda51a0
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data_prep/R/support_fun.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ add_state_info <- function(temp_sf, column){
code_state== 28, "Sergipe",
code_state== 29, "Bahia",
code_state== 31, "Minas Gerais",
code_state== 32, "Espirito Santo",
code_state== 32, "Esp\u00edrito Santo",
code_state== 33, "Rio de Janeiro",
code_state== 35, "S\u00e3o Paulo",
code_state== 41, "Paran\u00e1",
Expand Down
2 changes: 1 addition & 1 deletion r-package/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: geobr
Title: Download Official Spatial Data Sets of Brazil
Version: 1.8.109999
Version: 1.8.999
Authors@R: c(person(given="Rafael H. M.", family="Pereira", email="[email protected]", role=c("aut", "cre"), comment = c(ORCID = "0000-0003-2125-7465")),
person(given="Caio Nogueira", family="Goncalves", role=c("aut")),
person(given="Paulo Henrique Fernandes de", family="Araujo", role=c("ctb")),
Expand Down
10 changes: 10 additions & 0 deletions r-package/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# geobr v1.8.999 dev

**CRAN request**
- Fixed issue to nake sure geobr uses suggested packages conditionally

**Minor changes**
- Fixed non-ASCII characters in data `geobr::grid_state_correspondence_table()`



# geobr v1.8.1

**CRAN request**
Expand Down
4 changes: 2 additions & 2 deletions r-package/R/read_comparable_areas.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#' municipalities, known in Portuguese as 'Areas minimas comparaveis (AMCs)'.
#' The data is available for any combination of census years between 1872-2010.
#' These data sets are generated based on the Stata code originally developed by
#' \doi{10.1590/0101-416147182phe}{Philipp Ehrl}, and translated
#' into `R` by the `geobr` team.
#' Ehrl (2017) \doi{10.1590/0101-416147182phe}, and translated into `R` by the
#' `geobr` team.
#'
#' @param start_year Numeric. Start year to the period in the YYYY format.
#' Defaults TO `1970`.
Expand Down
1 change: 1 addition & 0 deletions r-package/man/geobr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions r-package/man/read_comparable_areas.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion r-package/tests/tests_rafa/test_rafa.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ system.time( ct4 <- st_read_parquet("ct_sf.parquet") )
### convert to ASCII characters -------------------------


gtools::ASCIIfy('Belém')
gtools::ASCIIfy('Espírito Santo')
gtools::ASCIIfy('São Paulo')
gtools::ASCIIfy('Rondônia')

Expand Down

0 comments on commit cda51a0

Please sign in to comment.