-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.12 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
Package: fqacalc
Title: Calculate Floristic Quality Assessment Metrics
Version: 1.1.0.9000
Authors@R: c(
person("Iris", "Foxfoot", , "[email protected]", role = c("aut", "cre")),
person("U.S. Army Engineer Research and Development Center", role = c("cph", "fnd"))
)
Description: A collection of functions for calculating Floristic Quality
Assessment (FQA) metrics using regional FQA databases that have been
approved or approved with reservations as ecological planning models
by the U.S. Army Corps of Engineers (USACE). For information on FQA
see Spyreas (2019) <doi:10.1002/ecs2.2825>. These databases are stored
in a sister R package, 'fqadata'. Both packages were developed for the
USACE by the U.S. Army Engineer Research and Development Center’s
Environmental Laboratory.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
dplyr,
fqadata (>= 1.1.0),
magrittr,
rlang
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr