File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed
Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
2325NULL
2426
Original file line number Diff line number Diff line change 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 {
89This package provides spatial objects with the boundaries of states or
910counties in the United States of America from 1629 to 2000 . It provides data
Original file line number Diff line number Diff line change 11library(testthat )
2- library(usboundaries )
2+ library(USAboundaries )
33
4- test_check(" usboundaries " )
4+ test_check(" USAboundaries " )
Original file line number Diff line number Diff line change @@ -45,5 +45,3 @@ ggplot(data = us_1790) +
4545```
4646
4747See the documentation for the ` us_boundaries() ` function for more information.
48-
49-
You can’t perform that action at this time.
0 commit comments