Skip to content

Commit

Permalink
news
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Apr 18, 2024
1 parent 3926cea commit c7376ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r-package/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,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

**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
Expand Down

0 comments on commit c7376ed

Please sign in to comment.