Skip to content

Commit 7e13165

Browse files
committed
Update vignette with new package title
1 parent 03e845d commit 7e13165

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vignettes/usboundaries.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Historical U.S. Boundaries"
2+
title: "Historical U.S.A. Boundaries"
33
author: "Lincoln Mullen"
44
date: "`r Sys.Date()`"
55
output: rmarkdown::html_vignette
@@ -9,10 +9,10 @@ vignette: >
99
\usepackage[utf8]{inputenc}
1010
---
1111

12-
The usboundaries package provides an R wrapper around the boundary data for the United States of America in the [Atlas of Historical County Boundaries](http://publications.newberry.org/ahcbp/) from the Dr. William M. Scholl Center for American History and Culture at the Newberry Library. This package provides lower resolution shapefiles; for higher resolutions, see the original project page.
12+
The [USAboundaries](https://github.com/ropensci/USAboundaries/) package provides an R wrapper around the boundary data for the United States of America in the [Atlas of Historical County Boundaries](http://publications.newberry.org/ahcbp/) from the Dr. William M. Scholl Center for American History and Culture at the Newberry Library. This package provides lower resolution shapefiles; for higher resolutions, see the original project page.
1313

1414
```{r}
15-
library(usboundaries)
15+
library(USAboundaries)
1616
library(maptools)
1717
library(sp)
1818
library(ggplot2)
@@ -44,6 +44,6 @@ ggplot(data = us_1790) +
4444
theme_minimal()
4545
```
4646

47-
See the documentation for the `us_boundaries()` for more information.
47+
See the documentation for the `us_boundaries()` function for more information.
4848

4949

0 commit comments

Comments
 (0)