Released Friday, March 8, 2024.
DESCRIPTION
and minor documentation, see Issue #19.alaska_bbox()
and hawaii_bbox()
now output correct sf
type (sfc polygon
).Released Sunday, February 4, 2024.
This update continues the sf
migration by setting the as_sf
parameter to default to the behavior of TRUE
. This parameter no longer has any effect, as explained below. The next phase will involve updating usmap
to no longer make use of this parameter, in which case it can be completely removed.
as_sf
parameter is now deprecated and no longer has any effect.
us_map()
, centroid_labels()
, and fips_data()
is equivalent to as_sf = TRUE
which is to return their data as an sf
object (see 0.2.0
release notes for more details)..csv
files containing mapping and FIPS data have been removed, greatly reducing package size.Released Friday, January 12, 2024.
rgdal
, rgeos
, and maptools
.as_sf = TRUE
to the us_map()
and fips_data()
functions.sf
package.usmapdata
release will be created.Released Monday, December 11, 2023.
fips_data
function to load raw FIPS data from included csv files.
fips_data()
, fips_data("state")
, or fips_data("states")
load state FIPS codesfips_data("county")
or fips_data("counties")
load county FIPS codesReleased Saturday, October 21, 2023.
Released Wednesday, February 2, 2022.
us_map
function and associated data extracted from the usmap
packageusmap
package so file size can be reduced greatly.