-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
880d12b
commit 3926cea
Showing
3 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.2900 | ||
Version: 1.9.0 | ||
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")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
── R CMD check results ────────────────────────────────────────────────── geobr 1.8.2 ──── | ||
Duration: 6m 47.4s | ||
── R CMD check results ─────────────────────────────────────────────────────── geobr 1.9.0 ──── | ||
Duration: 11m 22.3s | ||
|
||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
# geobr v1.9.0 | ||
|
||
**Major changes** | ||
|
||
**CRAN request** | ||
- Fixed issue to make sure geobr uses suggested packages conditionally on CRAN | ||
- Function `read_health_facilities()` now has a new parameter `date`, which will allow users to access data for different dates of reference. The plan is to have at least one update of this data set per year. Closes #334. | ||
- Functions `read_urban_area()` and `read_metro_area()` now have a new parameter `code_state`, which will allow users to filter selected states. Closes #338 | ||
|
||
**Minor changes** | ||
- Fixed non-ASCII characters in data `geobr::grid_state_correspondence_table()` | ||
**Bug fix** | ||
- Using `data.table::rbindlist()` to rind data was throwing errors when some observations were of class `POLYGONS` and others were `MULTIPOLYGONS`. This has now been replaced with `dplyr::bind_rows()` at a very small performance penalty. Closes #346. | ||
|
||
**New data** | ||
- schools for 2023 | ||
- health facilities for 202303 | ||
- census tracts for 2020 and 2022 | ||
|