-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Type: Package
Package: tidyUSDA
Title: A Minimal Tool Set for Gathering USDA Quick Stat Data for Analysis
and Visualization
Version: 0.4.1.9000
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.
License: MIT + file LICENSE
URL: https://bradlindblad.github.io/tidyUSDA/,
https://github.com/bradlindblad/tidyUSDA/
Depends:
R (>= 3.6)
Imports:
checkmate,
crayon,
dplyr,
fuzzyjoin (>= 0.1.6),
ggplot2,
httr,
jsonlite,
magrittr,
sf,
tigris (>= 1.0)
Suggests:
covr,
knitr,
nlme,
rmarkdown,
spelling,
stringi,
testthat (>= 2.1.0),
usethis,
waldo
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.2