forked from nationalparkservice/NSNSDAcoustics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.7 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
45
46
47
48
49
50
51
Package: NSNSDAcoustics
Title: Streamline National Park Service Bioacoustics Analysis
Version: 0.0.0.9000
Authors@R:
c(person(given = "Cathleen",
family = "Balantic",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2043-0975")),
person(given = "Damon",
family = "Joyce",
role = "aut",
email = "[email protected]"),
person(given = "Megan F.",
family = "McKenna",
role = "aut",
comment = c(ORCID = "0000-0003-3475-0785")))
Description: This package facilitates streamlined bioacoustics analysis developed
for and by the National Park Service (NPS) Natural Sounds and Night Skies
Division (NSNSD). Workflows include processing, analyzing, and verifying data
produced by BirdNET, converting wave files to NVSPL tables, and converting
NVSPL tables into acoustic indices.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends: R (>= 3.5.0), data.table, monitoR, tuneR
Imports: ineq, iNEXT, ggplot2, lubridate, moments, NbClust, plotly, reticulate, stringr, suncalc, vegan, viridis
Collate:
'PAMGuide.R'
'PAMGuide_Meta.R'
'Meta.R'
'Viewer.R'
'birdnet_analyzer.R'
'birdnet_barchart.R'
'birdnet_format.R'
'birdnet_gather.R'
'birdnet_heatmap.R'
'birdnet_heatmap_time.R'
'birdnet_iNEXT.R'
'birdnet_run.R'
'birdnet_spectro.R'
'birdnet_verify.R'
'birdnet_verify_segments.R'
'examples-helpfiles.R'
'helpers.R'
'nvspl_to_ai.R'
'plot_audio_summary.R'
'wave_to_nvspl.R'