Skip to content

Commit

Permalink
Submitted 0.2.9
Browse files Browse the repository at this point in the history
- Fixed breaking change from tigris, which moved from sp-ish to sf geom support
  • Loading branch information
bradlindblad committed Jul 24, 2020
1 parent 858ab77 commit edb3ee4
Show file tree
Hide file tree
Showing 30 changed files with 50 additions and 31 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2020-06-30.
Once it is accepted, delete this file and tag the release (commit 1e050ef138).
This package was submitted to CRAN on 2020-07-24.
Once it is accepted, delete this file and tag the release (commit 858ab77fdf).
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: tidyUSDA
Title: A Minimal Tool Set for Gathering USDA Quick Stat Data for
Analysis and Visualization
Version: 0.2.8
Version: 0.2.9
Authors@R:
c(person(given = "Brad",
family = "Lindblad",
Expand Down Expand Up @@ -38,7 +38,7 @@ Imports:
rgdal,
sf,
stringi,
tigris,
tigris (>= 1.0),
usethis
Suggests:
covr,
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# tidyUSDA 0.2.9
* Updated to use {tigris} v1.0

# tidyUSDA 0.2.8
* Update for R 4.0.2

Expand Down
2 changes: 1 addition & 1 deletion R/getQuickstat.R
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ if (!"rgeos" %in% utils::installed.packages()) {

#options(tigris_use_cache = TRUE)
geoms <- tigris::counties()
geoms@data$COUNTYKEY <- paste0(geoms@data$STATEFP, geoms@data$COUNTYFP)
geoms$COUNTYKEY <- paste0(geoms$STATEFP, geoms$COUNTYFP)


mydata$COUNTYKEY <- paste0(mydata$state_ansi, mydata$county_code)
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Update package for 4.0.2
Change 1 line for tigris v1.0

## Test environments
* local Linux Mint 19.3, R 4.0.2
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

2 changes: 1 addition & 1 deletion docs/articles/using_tidyusda.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/authors.html

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

2 changes: 1 addition & 1 deletion docs/index.html

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

18 changes: 17 additions & 1 deletion docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pkgdown: 1.5.1
pkgdown_sha: ~
articles:
using_tidyusda: using_tidyusda.html
last_built: 2020-06-30T18:24Z
last_built: 2020-07-24T20:21Z

2 changes: 1 addition & 1 deletion docs/reference/allCategory.html

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

2 changes: 1 addition & 1 deletion docs/reference/allCommodity.html

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

2 changes: 1 addition & 1 deletion docs/reference/allCounty.html

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

2 changes: 1 addition & 1 deletion docs/reference/allDataItem.html

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

2 changes: 1 addition & 1 deletion docs/reference/allDomain.html

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

2 changes: 1 addition & 1 deletion docs/reference/allGeogLevel.html

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

2 changes: 1 addition & 1 deletion docs/reference/allGroup.html

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

2 changes: 1 addition & 1 deletion docs/reference/allProgram.html

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

2 changes: 1 addition & 1 deletion docs/reference/allSector.html

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

2 changes: 1 addition & 1 deletion docs/reference/allState.html

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

2 changes: 1 addition & 1 deletion docs/reference/getQuickstat.html

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

2 changes: 1 addition & 1 deletion docs/reference/index.html

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

2 changes: 1 addition & 1 deletion docs/reference/plotUSDA.html

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

2 changes: 1 addition & 1 deletion docs/reference/reexports.html

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

2 changes: 1 addition & 1 deletion docs/reference/tidyUSDA.html

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

0 comments on commit edb3ee4

Please sign in to comment.