-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.44 KB
/
DESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.44 KB
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
Package: BioMonTools
Type: Package
Title: Biomonitoring and Bioassessment Calculations
Version: 1.2.4.9012
Authors@R: c(
person("Erik W.", "Leppo",
email="Erik.Leppo@tetratech.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8026-7474")),
person("Jen", "Stamp", role = "ctb"),
person("John", "van Sickles", role = "ctb"),
person("Ben", "Block", role = "ctb")
)
Maintainer: Erik W. Leppo <Erik.Leppo@tetratech.com>
Description: An aid for manipulating data associated with biomonitoring and bioassessment. Calculations include metric calculation, marking of excluded taxa,
subsampling, and multimetric index calculation. Targeted communities are benthic macroinvertebrates, fish, periphyton, and coral. As described in the Revised Rapid Bioassessment Protocols (Barbour et al. 1999) <https://archive.epa.gov/water/archive/web/html/index-14.html>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5)
Imports:
dplyr,
maps,
rlang,
stats,
tidyselect,
tidyr
Suggests:
DataExplorer,
DT,
ggplot2,
knitr,
lazyeval,
readxl,
reshape2,
rmarkdown,
testthat,
shiny,
shinydashboard,
shinydashboardPlus,
shinyjs,
shinyWidgets,
utils,
writexl,
shinyalert
URL: https://github.com/leppott/BioMonTools
BugReports: https://github.com/leppott/BioMonTools/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.3