Skip to content

Commit

Permalink
Fix URL redirects for resubmission
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Jun 21, 2021
1 parent 0ec3710 commit f866d8b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/data-county_complete.R
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
#' \item Downloaded via the \code{tidycensus} R package.
#' \item Download links for spreadsheets were found on
#' \url{https://www.ers.usda.gov/data-products/county-level-data-sets/download-data}
#' \item Unemployment - Bureau of Labor Statistics - LAUS data - \url{https://www.bls.gov/lau}.
#' \item Unemployment - Bureau of Labor Statistics - LAUS data - \url{https://www.bls.gov/lau/}.
#' \item Median Household Income - Census Bureau - Small Area Income and Poverty Estimates (SAIPE) data.
#' \item The original data table was prepared by USDA, Economic Research Service.
#' \item Census Bureau.
Expand Down
2 changes: 1 addition & 1 deletion R/data-houserace10.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#'
#' This analysis in the Examples section was inspired by and is similar to that
#' of Nate Silver's district-level analysis on the FiveThirtyEight blog in the
#' New York Times: \url{https://fivethirtyeight.com/features/2010-an-aligning-election}
#' New York Times: \url{https://fivethirtyeight.com/features/2010-an-aligning-election/}
#'
#' @name houserace10
#' @docType data
Expand Down
6 changes: 5 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## Resubmission

This is a resubmission that fixes two URL redirects identified in the first submission.

## Test environments

* local OS X install, R 4.1.0
* GitHub Actions (ubuntu-16.04): release
* GitHub Actions (windows): release
* Github Actions (macOS): release, devel
* win-builder: release, devel, oldrelease
* r-hub: windows-x86_64-oldrel, ubuntu-gcc-release, fedora-clang-devel
* r-hub: windows-x86_64-oldrel, ubuntu-gcc-release, fedora-clang-devel, r-release-linux-x86_64

## R CMD check results

Expand Down
2 changes: 1 addition & 1 deletion man/county_complete.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/houserace10.Rd

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

0 comments on commit f866d8b

Please sign in to comment.