Skip to content

Commit

Permalink
Merge pull request #43 from bradlindblad/dev
Browse files Browse the repository at this point in the history
releasing 0.3.0
  • Loading branch information
bradlindblad authored Dec 5, 2020
2 parents 70660f0 + db5b216 commit 8706fb3
Show file tree
Hide file tree
Showing 37 changed files with 213 additions and 169 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-07-24.
Once it is accepted, delete this file and tag the release (commit 858ab77fdf).
This package was submitted to CRAN on 2020-12-03.
Once it is accepted, delete this file and tag the release (commit b450946).
9 changes: 4 additions & 5 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.9
Version: 0.3.0
Authors@R:
c(person(given = "Brad",
family = "Lindblad",
Expand All @@ -18,11 +18,10 @@ Authors@R:
email = "[email protected]"))
Description: Provides a consistent API to pull United States
Department of Agriculture census and survey data from the National
Agricultural Statistics Service (NASS) QuickStats service
<https://quickstats.nass.usda.gov>.
Agricultural Statistics Service (NASS) QuickStats service.
License: MIT + file LICENSE
URL: https://bradlindblad.github.io/tidyUSDA,
https://github.com/bradlindblad/tidyUSDA
URL: https://bradlindblad.github.io/tidyUSDA/,
https://github.com/bradlindblad/tidyUSDA/
Depends:
R (>= 3.6)
Imports:
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.3.0
* Fixed SSL issue from {jsonlite} dep

# tidyUSDA 0.2.9
* Updated to use {tigris} v1.0

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


## Overview
**tidyUSDA** provides the R user with a consistent API to pull USDA census and survey data from [QuickStats](https://quickstats.nass.usda.gov/). You can:
**tidyUSDA** provides the R user with a consistent API to pull USDA census and survey data from Quickstats. You can:
* ```getQuickstat()``` lets you pass values to the fields you see on the QuickStats website, as well as include a simple features (SF) geometry field for the county or state level.
* ```View({parameter name})``` lets you view QuickStats all available values for a given field (which you would input into getQuickstats(), preferably with copy paste)
* ```plotUSDA()``` provides a quick way to plot your data if you set geometry = TRUE
Expand Down Expand Up @@ -58,7 +58,7 @@ Check out the vignette with:
vignette("using_tidyusda")
```

You first need to grab a free API token from the USDA at [their website](https://quickstats.nass.usda.gov/api).
You first need to grab a free API token from the USDA at their Quickstats website.

```
library(tidyUSDA)
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change 1 line for tigris v1.0
Fixing breaking SSL issue from {jsonlite}

## Test environments
* local Linux Mint 19.3, R 4.0.2
* local Linux Mint 20, R 4.0.3
* ubuntu 16.04 (on travis-ci), R 3.6.1


Expand Down
5 changes: 2 additions & 3 deletions docs/404.html

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

5 changes: 2 additions & 3 deletions docs/LICENSE-text.html

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

5 changes: 2 additions & 3 deletions docs/articles/index.html

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

Loading

0 comments on commit 8706fb3

Please sign in to comment.