diff --git a/DESCRIPTION b/DESCRIPTION index 9237f20..5729c2e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: usmapdata Title: Mapping Data for 'usmap' Package -Version: 0.2.1.9999 +Version: 0.2.2.9999 Description: Provides a container for data used by the 'usmap' package. The data used by 'usmap' has been extracted into this package so that the file size of the 'usmap' package can be reduced greatly. The data in this - package will be updated roughly once per year as new map data files are + package will be updated roughly once per year as new map data files are provided by the US Census Bureau. Authors@R: person("Paolo", "Di Lorenzo", email = "dilorenzo@hey.com", role = c("aut", "cre")) Depends: diff --git a/NEWS.md b/NEWS.md index 67eae75..4fbe90b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # [unreleased] + + +# usmapdata 0.2.2 +Released Friday, March 8, 2024. + ### Improvements * Improve language in `DESCRIPTION` and minor documentation, see [Issue #19](https://github.com/pdil/usmapdata/issues/19). @@ -16,7 +21,7 @@ This update continues the `sf` migration by setting the `as_sf` parameter to def * The `as_sf` parameter is now deprecated and no longer has any effect. * As part of this removal, the default behavior for `us_map()`, `centroid_labels()`, and `fips_data()` is equivalent to `as_sf = TRUE` which is to return their data as an `sf` object (see `0.2.0` release notes for more details). * This parameter will be completely removed in a future version but continues to exist for compatibility reasons. -* Legacy `.csv` files containing mapping and FIPS data have been removed, greatly reducing package size. +* Legacy `.csv` files containing mapping and FIPS data have been removed, greatly reducing package size. # usmapdata 0.2.0 Released Friday, January 12, 2024. diff --git a/revdep/README.md b/revdep/README.md index 1a05e89..adb6c1f 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,35 +1,24 @@ # Platform -|field |value | -|:--------|:-----------------------------------| -|version |R version 4.3.2 (2023-10-31 ucrt) | -|os |Windows 11 x64 (build 22621) | -|system |x86_64, mingw32 | -|ui |RStudio | -|language |(EN) | -|collate |English_United States.utf8 | -|ctype |English_United States.utf8 | -|tz |America/New_York | -|date |2024-02-03 | -|rstudio |2023.12.1+402 Ocean Storm (desktop) | -|pandoc |NA | +|field |value | +|:--------|:------------------------------------------| +|version |R version 4.3.2 (2023-10-31) | +|os |macOS Sonoma 14.3.1 | +|system |aarch64, darwin20 | +|ui |RStudio | +|language |(EN) | +|collate |en_US.UTF-8 | +|ctype |en_US.UTF-8 | +|tz |America/New_York | +|date |2024-03-08 | +|rstudio |2023.06.0+421 Mountain Hydrangea (desktop) | +|pandoc |NA | # Dependencies -|package |old |new |Δ | -|:---------|:------|:----------|:--| -|usmapdata |0.2.0 |0.2.0.9999 |* | -|classInt |0.4-10 |0.4-10 | | -|DBI |1.2.1 |1.2.1 | | -|e1071 |1.7-14 |1.7-14 | | -|magrittr |2.0.3 |2.0.3 | | -|proxy |0.4-27 |0.4-27 | | -|Rcpp |1.0.12 |1.0.12 | | -|rlang |1.1.3 |1.1.3 | | -|s2 |1.1.6 |1.1.6 | | -|sf |1.0-15 |1.0-15 | | -|units |0.8-5 |0.8-5 | | -|wk |0.9.1 |0.9.1 | | +|package |old |new |Δ | +|:---------|:-----|:----------|:--| +|usmapdata |0.2.1 |0.2.1.9999 |* | # Revdeps diff --git a/revdep/data.sqlite b/revdep/data.sqlite index 7a0dd59..262d2b7 100644 Binary files a/revdep/data.sqlite and b/revdep/data.sqlite differ