-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.14 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
Package: BioMonTools
Type: Package
Title: Tools for Biomonitoring and Bioassessment
Version: 1.0.2.9067
Author: c(
person("Erik W.", "Leppo", email="[email protected]", role=c("aut","cre")),
person("Jen", "Stamp", role="ctb"),
person("John", "van Sickles", role="ctb")
person("Ben", "Block", role="ctb"))
Maintainer: Erik W. Leppo <[email protected]>
Description: Tools for manipulating data associated with biomonitoring and
bioassessment. Tools include metric calculation, marking of excluded taxa,
subsampling, and multimetric index calculation. Targeted at benthic
macroinvertebrates, fish, periphyton, and coral.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.3)
Imports:
dplyr,
maps,
stats,
tidyselect,
tidyr
Suggests:
DataExplorer,
DT,
ggplot2,
knitr,
lazyeval,
readxl,
reshape2,
rmarkdown,
testthat,
shiny,
shinydashboard,
shinydashboardPlus,
shinyjs,
shinyWidgets,
writexl
URL: https://github.com/leppott/BioMonTools
BugReports: https://github.com/leppott/BioMonTools/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.2