-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
67 lines (67 loc) · 1.77 KB
/
DESCRIPTION
File metadata and controls
67 lines (67 loc) · 1.77 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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)
Imports:
caret,
data.table,
ggplot2,
lubridate,
monitoR,
plotly,
stringr,
suncalc,
tuneR,
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'