-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 888 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
Package: banter
Type: Package
Title: BioAcoustic eveNT classifiER
Description: Create a hierarchical acoustic event species classifier out of
multiple call type detectors as described in
Rankin et al (2017) <doi:10.1111/mms.12381>.
Version: 0.9.6
Authors@R: c(
EA = person("Eric", "Archer", email = "eric.archer@noaa.gov", role = c("aut", "cre")),
TS = person("Taiki", "Sakai", email = "taiki.sakai@noaa.gov", role = c("aut")))
Depends:
R (>= 4.1.0),
magrittr
Imports:
dplyr (>= 1.0.6),
ggplot2 (>= 3.3.3),
gridExtra (>= 2.3),
methods,
parallel,
randomForest (>= 4.6),
rfPermute (>= 2.5.1),
rlang,
stats,
swfscMisc (>= 1.5),
tibble (>= 3.1.2),
tidyr (>= 1.1.1)
Suggests: testthat
License: GNU General Public License
RoxygenNote: 7.2.3
URL: https://github.com/ericarcher/banter
BugReports: https://github.com/ericarcher/banter/issues
Encoding: UTF-8