From a90fc0a87c58441414233d96f6b5f910b7833490 Mon Sep 17 00:00:00 2001 From: usmap-bot Date: Sat, 14 Jun 2025 01:44:20 +0000 Subject: [PATCH 1/5] [automated] Prepare for 0.6.0 release --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a7027fe..05f74b8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: usmapdata Title: Mapping Data for 'usmap' Package -Version: 0.5.0.9000 +Version: 0.6.0 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 diff --git a/NEWS.md b/NEWS.md index 3453040..0d6c798 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# [unreleased] +# usmapdata 0.6.0 * Change output of `us_map()` and `centroid_labels()` to data frame instead of tibble. * If `tibble` format is required use `tibble:as_tibble()`. From 4213ae4fb7432eae46c19684ac890fce56468ae9 Mon Sep 17 00:00:00 2001 From: Paolo Di Lorenzo Date: Fri, 13 Jun 2025 22:12:57 -0400 Subject: [PATCH 2/5] Fix 0.6.0 changelog language --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 0d6c798..8dba163 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ # usmapdata 0.6.0 * Change output of `us_map()` and `centroid_labels()` to data frame instead of tibble. - * If `tibble` format is required use `tibble:as_tibble()`. + * If `tibble` format is required use `tibble::as_tibble()` on the output. # usmapdata 0.5.0 Released Thursday, May 22, 2025. From 094992244f4ea3a0bc0ab01cccfa1c48c01eeb22 Mon Sep 17 00:00:00 2001 From: Paolo Di Lorenzo Date: Fri, 13 Jun 2025 22:17:16 -0400 Subject: [PATCH 3/5] Update spelling wordlist --- inst/WORDLIST | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inst/WORDLIST b/inst/WORDLIST index 0869b3d..6735e66 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -1,13 +1,11 @@ -CRS GeoPackage Gert Rudis affine -centroid -centroids choropleths codecov csv pre +tibble usmap ️ From 4a6da33ac3947ded76b879900b9c75322c06268a Mon Sep 17 00:00:00 2001 From: Paolo Di Lorenzo Date: Fri, 13 Jun 2025 22:28:52 -0400 Subject: [PATCH 4/5] Update cran comments --- cran-comments.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cran-comments.md b/cran-comments.md index 09e2c88..9ebe867 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,10 @@ +This release is being submitted a short time after +the previous release of usmapdata 0.5.0 because it is to +fix a breaking change in an upcoming release of ggplot2. + +See here for more information: https://github.com/pdil/usmap/issues/117 + ## Test environments * local macOS install, R 4.5.0 From 005098a96328660caa2524aa2011a98a70a44eb3 Mon Sep 17 00:00:00 2001 From: Paolo Di Lorenzo Date: Sat, 14 Jun 2025 22:44:04 -0400 Subject: [PATCH 5/5] Prepare for next release --- DESCRIPTION | 2 +- NEWS.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 05f74b8..01caa40 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: usmapdata Title: Mapping Data for 'usmap' Package -Version: 0.6.0 +Version: 0.6.0.9000 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 diff --git a/NEWS.md b/NEWS.md index 8dba163..f7b2639 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,7 @@ +# [unreleased] + # usmapdata 0.6.0 +Released Saturday, June 14, 2025. * Change output of `us_map()` and `centroid_labels()` to data frame instead of tibble. * If `tibble` format is required use `tibble::as_tibble()` on the output.