-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
39 lines (39 loc) · 940 Bytes
/
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
Package: tidyFIA
Title: Assemble Forest Inventory and Analysis (FIA) Data for Analysis
Version: 0.16
Authors@R: c(
person("Rodman", "Henry", , email = "henry@ncx.com", role = c("aut", "cre")),
person("Clough", "Brian", , role = "aut"),
person("Rutenbeck", "Nathan", , role = "aut"),
person("Pond", "Nan", , role = "aut"),
person("NCX", role = c("cph", "fnd"))
)
Description: A simple user interface for downloading and importing FIA data from
FIADB (https://apps.fs.usda.gov/fia/datamart/CSV/datamart_csv.html) into R
for analysis.
URL: https://github.com/ncx-co/tidyFIA
License: MIT + file LICENSE
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Imports:
DBI,
dbplyr,
dplyr,
ggplot2,
glue,
purrr,
rlang,
RPostgres,
sf,
spData,
vroom
Suggests:
fs,
knitr,
rmarkdown,
testthat (>= 2.1.0),
tidyr
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)