Skip to content

Commit 1b69ad2

Browse files
donttest + redoc + version bump
1 parent d83be36 commit 1b69ad2

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: PL94171
22
Type: Package
33
Title: Tabulate P.L. 94-171 Redistricting Data Summary Files
4-
Version: 0.3.1
4+
Version: 0.3.2
55
Authors@R: c(
66
person("Cory", "McCartan", email = "cmccartan@g.harvard.edu", role = c("aut", "cre")),
77
person("Christopher T.", "Kenny", email = "christopherkenny@fas.harvard.edu", role = "aut"))

R/pl_crosswalk.R

+3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
#' @return A tibble, with two sets of GEOIDs and overlap information.
1111
#'
1212
#' @examples
13+
#' \donttest{
14+
#' # Takes a bit of time to run
1315
#' pl_crosswalk("RI", 2010, 2020)
16+
#' }
1417
#'
1518
#' @concept advanced
1619
#' @export

cran-comments.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ errors on Windows platforms.
2222
`pl_get_vtd()`, and `pl_retally()` because they require moderately large files
2323
to be downloaded from the Internet, taking more than 5-10 seconds on average.
2424
These functions are tested in a local test and/or in vignettes instead.
25+
* After pretesting for the 0.3.1 submission, we have now included `pl_crosswalk`
26+
in a \donttest for the same reasons as above.

man/pl_crosswalk.Rd

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)