Skip to content

Commit

Permalink
Prepare for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil committed Jan 19, 2024
1 parent 542ed86 commit 4f1217e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: usmap
Version: 0.6.4.9999
Version: 0.7.0
Title: US Maps Including Alaska and Hawaii
Description: Obtain United States map data frames of varying region types (e.g. county,
state). The map data frames include Alaska and Hawaii conveniently placed to the
bottom left, as they appear in most maps of the US. Convenience functions for plotting
choropleths, drawing map features, and working with FIPS codes are also provided.
choropleths, visualizing spatial data, and working with FIPS codes are also provided.
Authors@R: person("Paolo", "Di Lorenzo", email = "[email protected]", role = c("aut", "cre"))
Depends:
R (>= 3.5.0)
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# [unreleased]
# usmap 0.7.0

This is a major new release for `usmap`. The data has been modernized to be a [simple features (`sf`)](https://r-spatial.github.io/sf/) object. This will allow for much greater flexibility in the type of data that can be portrayed on the US map. `us_map()`, `plot_usmap()`, and `usmap_transform()` have been updated to work with these new formats. See the examples in the vignettes and `README` for more information.

### Improvements
* Migrate to new `usmapdata 0.2.0` `sf`-based map data files.
Expand Down
35 changes: 19 additions & 16 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
# Platform

|field |value |
|:--------|:------------------------------------------|
|version |R version 4.3.2 (2023-10-31) |
|os |macOS Sonoma 14.1.2 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2023-12-11 |
|rstudio |2023.06.0+421 Mountain Hydrangea (desktop) |
|pandoc |NA |
|field |value |
|:--------|:------------------------------------------------------------------------------------------|
|version |R version 4.3.2 (2023-10-31) |
|os |macOS Sonoma 14.2.1 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2024-01-19 |
|rstudio |2023.06.0+421 Mountain Hydrangea (desktop) |
|pandoc |3.1.1 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/ (via rmarkdown) |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|usmap |0.6.3 |0.6.4 |* |
|package |old |new |Δ |
|:-------|:-----|:----------|:--|
|usmap |0.6.4 |0.6.4.9999 |* |
|DBI |NA |1.2.0 |* |
|Rcpp |NA |1.0.12 |* |
|rlang |NA |1.1.3 |* |

# Revdeps

0 comments on commit 4f1217e

Please sign in to comment.