You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# [unreleased]
2
2
3
+
### New Features
4
+
* Puerto Rico has been added!
5
+
* Finally, after years of procrastinating, Puerto Rico has finally been added to the map, see [Issue #48](https://github.com/pdil/usmapdata/issues/48).
6
+
* By default, it is not shown. It can be shown by setting `include = "PR"` (or using any combination of `include`/`exclude` parameters that results in `PR` being shown).
7
+
* The default can be changed to show `PR` by setting the environment variable `USMAP_EXCLUDE_PR = FALSE`.
8
+
* All included map files have been retroactively updated to include Puerto Rico, so any valid value of `data_year` will include Puerto Rico if desired.
9
+
* Special thanks [@dcaud](https://github.com/dcaud) who started this work [years ago](https://github.com/pdil/usmap/pull/34).
10
+
11
+
### Enhancements
12
+
*`include` now takes precedence over `exclude` in `us_map()`.
13
+
* Any items that are in both the `include` and `exclude` vectors will be _included_.
14
+
3
15
### Removed
4
16
* The `as_sf` parameter has been completely removed from `us_map()`, `centroid_labels()`, and `fips_data()`.
5
17
* It was no longer used by `usmap` nor did it have any effect if set.
0 commit comments