Skip to content

Commit

Permalink
Release version 0.2.2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil authored Mar 8, 2024
2 parents c6f0814 + 0e1dab8 commit 194673b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 30 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("aut", "cre"))
Depends:
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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.
Expand Down
43 changes: 16 additions & 27 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -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

Binary file modified revdep/data.sqlite
Binary file not shown.

0 comments on commit 194673b

Please sign in to comment.