Skip to content

Commit

Permalink
bug fixes prior to CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerke committed Apr 23, 2019
1 parent 3cd2f5a commit 5a35b73
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Expand Up @@ -2,3 +2,6 @@
^\.Rproj\.user$
^data-raw$
^\.travis\.yml$
^tigris\.Rcheck$
^tigris.*\.tar\.gz$
^tigris.*\.tgz$
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,6 @@
.Rhistory
.RData
.Ruserdata
tigris.Rcheck/
tigris*.tar.gz
tigris*.tgz
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: tigris
Type: Package
Title: Load Census TIGER/Line Shapefiles
Version: 0.8
Date: 2019-03-12
Version: 0.8.1
Date: 2019-04-23
Authors@R: c(
person(given="Kyle", family="Walker", email="kyle.walker@tcu.edu", role=c("aut", "cre")),
person(given="Bob", family="Rudis", email="bob@rudis.net", role="ctb")
Expand Down Expand Up @@ -37,4 +37,4 @@ Imports:
sf,
dplyr,
methods
RoxygenNote: 6.1.0
RoxygenNote: 6.1.1
3 changes: 1 addition & 2 deletions R/enumeration_units.R
Expand Up @@ -664,8 +664,7 @@ block_groups <- function(state, county = NULL, cb = FALSE, year = NULL, ...) {
#' plot(mem_zcta)
#'
#' }
zctas <- function(cb = FALSE, starts_with = NULL, year = NULL, state = NULL,
county = NULL, ...) {
zctas <- function(cb = FALSE, starts_with = NULL, year = NULL, state = NULL, ...) {

if (is.null(year)) {

Expand Down
2 changes: 1 addition & 1 deletion R/native.R
Expand Up @@ -79,7 +79,7 @@ native_areas <- function(cb = FALSE, year = NULL, ...) {
#' areas (OTSAs)." For more information, please see the link provided.
#'
#' @param year The year for which you'd like to download data (defaults to 2017).
#' @param ...arguments to be passed to the underlying `load_tiger` function, which is not exported.
#' @param ... arguments to be passed to the underlying `load_tiger` function, which is not exported.
#' Options include \code{class}, which can be set to \code{"sp"} (the default) or \code{"sf"} to
#' request sp or sf class objects, and \code{refresh}, which specifies whether or
#' not to re-download shapefiles (defaults to \code{FALSE}).
Expand Down
Binary file removed data/zcta_lookup.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion man/call_geolocator.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tribal_subdivisions_national.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/zctas.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a35b73

Please sign in to comment.