-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
64 lines (64 loc) · 1.78 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: FIESTA
Type: Package
Title: Forest Inventory Estimation and Analysis
Version: 3.6.4.9000
Date: 2024-12-11
Authors@R:
c(person(given = "Tracey",
family = "Frescino",
role = "aut",
email = "[email protected]"),
person(given = "Gretchen",
family = "Moisen",
role = "aut",
email = "[email protected]"),
person(given = "Paul",
family = "Patterson",
role = "aut"),
person(given = "Chris",
family = "Toney",
role = "aut",
email = "[email protected]"),
person(given = "Grayson",
family = "White",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4993-2792")),
person(given = "Joshua",
family = "Yamamoto",
role = "aut",
email = "[email protected]"))
Description: A research estimation tool for analysts that work with sample-based
inventory data from the U.S. Department of Agriculture, Forest Service,
Forest Inventory and Analysis (FIA) Program.
Depends:
R (>= 4.2.0)
Imports:
data.table,
DBI,
FIESTAutils (>= 1.2.3.9000),
gdalraster,
grDevices,
graphics,
methods,
RSQLite,
sf,
sqldf,
utils
Suggests:
knitr,
terra,
rmarkdown,
testthat (>= 3.0.0)
Remotes:
USDAForestService/FIESTAutils
VignetteBuilder: knitr
License: GPL-3
Copyright: See file COPYRIGHTS for details.
URL: https://usdaforestservice.github.io/FIESTA/,
https://github.com/USDAForestService/FIESTA
BugReports: https://github.com/USDAForestService/FIESTA/issues
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3