Skip to content

Commit

Permalink
Merge pull request #57 from bradlindblad/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
bradlindblad authored May 1, 2022
2 parents 7d591a4 + 63a7bfa commit 1358fdd
Show file tree
Hide file tree
Showing 22 changed files with 2,809 additions and 520 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
^renv$
^renv\.lock$
^.*\.Rproj$
^\.Rproj\.user$
^images$
Expand Down
30 changes: 13 additions & 17 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,11 @@ Package: tidyUSDA
Title: A Minimal Tool Set for Gathering USDA Quick Stat Data for Analysis
and Visualization
Version: 0.3.3.9000
Authors@R:
c(person(given = "Brad",
family = "Lindblad",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Michael",
family = "Thomas",
role = "ctb",
email = "[email protected]"),
person(given = "Alex",
family = "Mindeman",
role = "ctb",
email = "[email protected]"))
Authors@R: c(
person("Brad", "Lindblad", , "[email protected]", role = c("aut", "cre")),
person("Michael", "Thomas", , "[email protected]", role = "ctb"),
person("Alex", "Mindeman", , "[email protected]", role = "ctb")
)
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.
Expand All @@ -25,27 +17,31 @@ URL: https://bradlindblad.github.io/tidyUSDA/,
Depends:
R (>= 3.6)
Imports:
checkmate,
crayon,
dplyr,
fuzzyjoin,
fuzzyjoin (>= 0.1.6),
ggplot2,
httr,
jsonlite,
magrittr,
purrr,
sf,
tigris (>= 1.0)
Suggests:
covr,
knitr,
nlme,
rgdal,
rgeos,
rmarkdown,
spelling,
testthat (>= 2.1.0)
stringi,
testthat (>= 2.1.0),
usethis,
waldo
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# tidyUSDA (development version)

# tidyUSDA 0.4.0
* Added more verbose error messages if your parameters are rejected by the API

# tidyUSDA 0.3.3
* Fixed issue where vignette was not building correctly

Expand Down
Loading

0 comments on commit 1358fdd

Please sign in to comment.