Skip to content

Commit ca8fba2

Browse files
authored
Release version 0.6.0 (#54)
2 parents 2b0af7e + 005098a commit ca8fba2

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: usmapdata
22
Title: Mapping Data for 'usmap' Package
3-
Version: 0.5.0.9000
3+
Version: 0.6.0.9000
44
Description: Provides a container for data used by the 'usmap' package.
55
The data used by 'usmap' has been extracted into this package so that the
66
file size of the 'usmap' package can be reduced greatly. The data in this

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# [unreleased]
22

3+
# usmapdata 0.6.0
4+
Released Saturday, June 14, 2025.
5+
36
* Change output of `us_map()` and `centroid_labels()` to data frame instead of tibble.
4-
* If `tibble` format is required use `tibble:as_tibble()`.
7+
* If `tibble` format is required use `tibble::as_tibble()` on the output.
58

69
# usmapdata 0.5.0
710
Released Thursday, May 22, 2025.

cran-comments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
This release is being submitted a short time after
3+
the previous release of usmapdata 0.5.0 because it is to
4+
fix a breaking change in an upcoming release of ggplot2.
5+
6+
See here for more information: https://github.com/pdil/usmap/issues/117
7+
28
## Test environments
39
* local macOS install, R 4.5.0
410

inst/WORDLIST

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
CRS
21
GeoPackage
32
Gert
43
Rudis
54
affine
6-
centroid
7-
centroids
85
choropleths
96
codecov
107
csv
118
pre
9+
tibble
1210
usmap
1311

0 commit comments

Comments
 (0)