Skip to content

Commit f09d747

Browse files
committed
Remove documentation links to USAboundariesData
1 parent b886c02 commit f09d747

File tree

11 files changed

+38
-32
lines changed

11 files changed

+38
-32
lines changed

R/data-doc.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
#' low-resolution contemporary state boundaries. Other census boundary files are
77
#' provided by and documented in the USAboundariesData package.
88
#' @seealso For citations for the other Census boundary files provided by the
9-
#' USAboundariesData package, see this help page:
10-
#' \code{\link[USAboundariesData]{census_boundaries}}.
9+
#' USAboundariesData package, see the \code{census_boundaries} documentation
10+
#' in that package.
1111
"states_contemporary_lores"

R/us_congressional.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#' @return An \code{sf} object.
1111
#'
1212
#' @seealso For documentation of and citation to the underlying shapefiles for
13-
#' contemporary data from the U.S. Census Bureau, see
14-
#' \code{\link[USAboundariesData]{census_boundaries}}.
13+
#' contemporary data from the U.S. Census Bureau, see the
14+
#' \code{census_boundaries} help file in the USAboundariesData package.
1515
#'
1616
#' @examples
1717
#' if (require(USAboundariesData) && require(sf)) {

R/us_counties.R

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
#' @return An \code{sf} object.
1717
#'
1818
#' @seealso For documentation of and citation to the underlying shapefiles for
19-
#' contemporary data from the U.S. Census Bureau, see
20-
#' \code{\link[USAboundariesData]{census_boundaries}}. For documentation of
21-
#' and citation to the underlying shapefiles for historical data from the
22-
#' Atlas of Historical County Boundaries, see \code{\link[USAboundariesData]{ahcb_boundaries}}.
19+
#' contemporary data from the U.S. Census Bureau, see the
20+
#' \code{census_boundaries} help file in the USAboundariesData package. For
21+
#' documentation of and citation to the underlying shapefiles for historical
22+
#' data from the Atlas of Historical County Boundaries, see the
23+
#' \code{ahcb_boundaries} help file in the USAboundariesData package.
2324
#'
2425
#' @examples
2526
#' if (require(USAboundariesData) && require(sf)) {

R/us_states.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
#' @return An \code{sf} object.
1717
#'
1818
#' @seealso For documentation of and citation to the underlying shapefiles for
19-
#' contemporary data from the U.S. Census Bureau, see
20-
#' \code{\link[USAboundariesData]{census_boundaries}}. For documentation of
21-
#' and citation to the underlying shapefiles for historical data from the
22-
#' Atlas of Historical County Boundaries, see
23-
#' \code{\link[USAboundariesData]{ahcb_boundaries}}.
19+
#' contemporary data from the U.S. Census Bureau, see \code{census_boundaries}
20+
#' documentation in the USAboundariesData package. For documentation of and
21+
#' citation to the underlying shapefiles for historical data from the Atlas of
22+
#' Historical County Boundaries, see the \code{ahcb_boundaries} documentation
23+
#' in the USAboundariesData package.
2424
#'
2525
#' @examples
2626
#' contemporary_us <- us_states()

R/us_zipcodes.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
#' Zip Code Tabulation Areas (contemporary)
22
#'
33
#' Get the current (2016) centroids for U.S Zipcode Tabulation Areas from the
4-
#' U.S. Census Bureau. The centroids were calculated from the ZCTA boundary files available on the U.S. Census Bureau website.
4+
#' U.S. Census Bureau. The centroids were calculated from the ZCTA boundary
5+
#' files available on the U.S. Census Bureau website.
56
#'
67
#' @return An \code{sf} object.
78
#'
89
#' @seealso For documentation of and citation to the underlying shapefiles for
9-
#' contemporary data from the U.S. Census Bureau, see
10-
#' \code{\link[USAboundariesData]{census_boundaries}}.
10+
#' contemporary data from the U.S. Census Bureau, see the
11+
#' \code{census_boundaries} documentation in the USAboundariesData package.
1112
#'
1213
#' @examples
1314
#' if (require(USAboundariesData)) {

cran-comments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
This is an updated version of the 'USAboundaries' package from version 0.2.0 to version 0.3.0.
22

3+
Following a suggestion from CRAN maintainers, documentation links to the USAboundariesData package have been removed.
4+
35
## Test environments
46

57
* local OS X install, R 3.4.0

man/states_contemporary_lores.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/us_congressional.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/us_counties.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/us_states.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)