Skip to content

Commit 2f51916

Browse files
committed
Fix all instances of usboundaries
1 parent 7e13165 commit 2f51916

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# usboundaries 0.1
1+
# USAboundaries 0.1
22

33
- Initial release
44
- us_boundaries() returns an sp object or a data frame which can be

R/usboundaries-package.r

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#' usboundaries: Historical boundaries of the United States, 1629-2000
1+
#' USAboundaries: Historical boundaries of the United States of America,
2+
#' 1629-2000
23
#'
34
#' This package provides spatial objects with the boundaries of states or
45
#' counties in the United States of America from 1629 to 2000. It provides data
@@ -10,15 +11,16 @@
1011
#' \href{http://creativecommons.org/licenses/by-nc-sa/2.5/}{Creative Commons
1112
#' Attribution-NonCommercial-ShareAlike 2.5 Generic} (CC BY-NC-SA 2.5) license.
1213
#'
13-
#' @name usboundaries
14+
#' @name USAboundaries
1415
#' @docType package
1516
#' @seealso us_boundaries
1617
#' @import assertthat
1718
#' @import dplyr
1819
#' @importFrom ggplot2 fortify
1920
#' @importFrom lubridate ymd
2021
#' @importFrom maptools checkPolygonsHoles
21-
#' @importFrom rgeos createPolygonsComment gUnarySTRtreeQuery gEquals gContainsProperly gContains
22+
#' @importFrom rgeos createPolygonsComment gUnarySTRtreeQuery gEquals
23+
#' gContainsProperly gContains
2224
#' @import sp
2325
NULL
2426

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
% Generated by roxygen2 (4.0.2): do not edit by hand
22
\docType{package}
3-
\name{usboundaries}
4-
\alias{usboundaries}
5-
\alias{usboundaries-package}
6-
\title{usboundaries: Historical boundaries of the United States, 1629-2000}
3+
\name{USAboundaries}
4+
\alias{USAboundaries}
5+
\alias{USAboundaries-package}
6+
\title{USAboundaries: Historical boundaries of the United States of America,
7+
1629-2000}
78
\description{
89
This package provides spatial objects with the boundaries of states or
910
counties in the United States of America from 1629 to 2000. It provides data

tests/testthat.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
library(testthat)
2-
library(usboundaries)
2+
library(USAboundaries)
33

4-
test_check("usboundaries")
4+
test_check("USAboundaries")

vignettes/usboundaries.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,3 @@ ggplot(data = us_1790) +
4545
```
4646

4747
See the documentation for the `us_boundaries()` function for more information.
48-
49-

0 commit comments

Comments
 (0)