Skip to content

Commit 2233f0e

Browse files
committed
Bump version to 0.2.0 and update NEWS
1 parent b58ee7a commit 2233f0e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

DESCRIPTION

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: USAboundaries
22
Type: Package
33
Title: Historical and Contemporary Boundaries of the United States of America
4-
Version: 0.1.1.9001
5-
Date: 2015-08-22
4+
Version: 0.2.0
5+
Date: 2016-01-03
66
Authors@R: c(person("Lincoln", "Mullen",
77
email = "lincoln@lincolnmullen.com",
88
role = c("aut", "cre")),
@@ -12,9 +12,10 @@ Authors@R: c(person("Lincoln", "Mullen",
1212
Description: The boundaries for geographical units in the United States of
1313
America contained in this package include state, county, congressional
1414
district, and zip code tabulation area. Contemporary boundaries are provided
15-
by the U.S. Census Bureau. Historical boundaries for the years from 1629 to
16-
2000 are provided form the Newberry Library's 'Atlas of Historical County
17-
Boundaries'. The data itself is provided in the 'USAboundariesData' package;
15+
by the U.S. Census Bureau (public domain). Historical boundaries for the
16+
years from 1629 to 2000 are provided form the Newberry Library's 'Atlas of
17+
Historical County Boundaries' (licensed CC BY-NC-SA). Additional high
18+
resolution data is provided in the 'USAboundariesData' package;
1819
this package provides an interface to access that data.
1920
License: CC BY-NC-SA 4.0
2021
URL: https://github.com/ropensci/USAboundaries

NEWS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
## USAboundaries 0.2.0
22

33
- Added contemporary boundaries for states, counties, and congressional districts.
4-
- Import many fewer packages.
5-
- The `us_boundaries()` function no longer has an option to return a fortified data frame. It is assumed that users will convert the `SpatialPolygonsDataFrame` objects to whatever format they need.
4+
- Import many fewer packages. The `us_boundaries()` function no longer has an option to return a fortified data frame. It is assumed that users will convert the `SpatialPolygonsDataFrame` objects to whatever format they need.
65
- High resolution data is now available in the USAboundariesData package.
76

87
## USAboundaries 0.1.1

0 commit comments

Comments
 (0)