Commit 2b0af7e
authored
### Changes
<!-- List the changes made by the pull request and rationale where
applicable -->
* Set `as_tibble = FALSE` in `create_us_map()`, `us_map()`, and
`centroid_labels()`
### Notes
<!--
List any other related notes,
e.g. how to test the changes or any known issues
-->
* This change is due to `ggplot2` no longer importing `tibble` by
default (now a Suggests).
* tidyverse/ggplot2#5990
* For the purposes of this package, reading the simple features data as
a data frame is suitable.
* Any package consumers that require tibbles can easily convert them
using `tibble:as_tibble()`.
* Originally reported in `usmap`:
pdil/usmap#117
<!-- Include the issue number here if applicable -->
resolves #53
3 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments