forked from nationalparkservice/NSNSDAcoustics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.7 KB
/
DESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.7 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
51
52
Package: NSNSDAcoustics
Title: Streamline National Park Service Bioacoustics Analysis
Version: 1.1.0
Authors@R:
c(person(given = "Cathleen",
family = "Balantic",
role = c("aut", "cre"),
email = "cathleen_balantic@nps.gov",
comment = c(ORCID = "0000-0003-2043-0975")),
person(given = "Damon",
family = "Joyce",
role = "aut",
email = "damon_joyce@nps.gov"),
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 and converting wave files to NVSPL tables.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends: R (>= 3.5.0), data.table, monitoR, tuneR
Imports: caret, ggplot2, lubridate, plotly, stringr, suncalc, viridis
Suggests: ineq, iNEXT, moments, NbClust, vegan
BugReports: https://github.com/nationalparkservice/NSNSDAcoustics/issues
Collate:
'PAMGuide.R'
'PAMGuide_Meta.R'
'Meta.R'
'Viewer.R'
'birdnet_analyzer.R'
'birdnet_barchart.R'
'birdnet_conf_threshold.R'
'birdnet_format.R'
'birdnet_gather.R'
'birdnet_heatmap.R'
'birdnet_heatmap_time.R'
'birdnet_iNEXT.R'
'birdnet_review_verify.R'
'birdnet_spectro.R'
'birdnet_verify.R'
'birdnet_verify_segments.R'
'examples-helpfiles.R'
'helpers.R'
'nvspl_to_ai.R'
'wave_to_nvspl.R'