-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1007 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
40
41
42
43
44
45
Package: FIESTAnalysis
Type: Package
Title: Analysis Functions for the FIESTA Package
Version: 0.2.4
Date: 2024-05-30
Authors@R:
c(person(given = "Tracey",
family = "Frescino",
role = "aut",
email = "[email protected]"),
person(given = "Grayson",
family = "White",
role = c("aut", "cre"),
email = "[email protected]"))
Description: The objective of this package is to provide
useful analysis functions to support research done
with the FIESTA R package.
License: file LICENSE
Additional_repositories: https://github.com/USDAForestService/FIESTA
Depends:
R (>= 4.2.0),
FIESTA,
FIESTAutils
Imports:
RColorBrewer,
data.table,
DBI,
sf,
sqldf,
methods,
gdalraster,
RSQLite
Suggests:
arcgisbinding,
knitr,
terra,
geodata,
rmarkdown,
units,
xml2,
xlsx
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1