Skip to content

Commit 3926cea

Browse files
committedApr 18, 2024·
[R] new v1.9.0
1 parent 880d12b commit 3926cea

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed
 

‎r-package/DESCRIPTION

+1-1
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.2900
4+
Version: 1.9.0
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

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# geobr v1.9.0 dev
1+
# geobr v1.9.0
22

33
**Major changes**
44

55
- 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.
6-
- Function `read_urban_area()` now has a new parameter `code_state`, which will allow users to filter selected states. Closes #338
7-
- Function `read_metro_area()` now has a new parameter `code_state`, which will allow users to filter selected states. Closes #338
6+
- 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
87

98
**Bug fix**
109
- 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.

‎r-package/cran-comments.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
── R CMD check results ────────────────────────────────────────────────── geobr 1.8.2 ────
2-
Duration: 6m 47.4s
1+
── R CMD check results ─────────────────────────────────────────────────────── geobr 1.9.0 ────
2+
Duration: 11m 22.3s
33

44
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
55

6+
# geobr v1.9.0
67

8+
**Major changes**
79

8-
**CRAN request**
9-
- Fixed issue to make sure geobr uses suggested packages conditionally on CRAN
10+
- 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.
11+
- 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
1012

11-
**Minor changes**
12-
- Fixed non-ASCII characters in data `geobr::grid_state_correspondence_table()`
13+
**Bug fix**
14+
- 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.
15+
16+
**New data**
17+
- schools for 2023
18+
- health facilities for 202303
19+
- census tracts for 2020 and 2022
1320

0 commit comments

Comments
 (0)
Please sign in to comment.