-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.84 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
52
53
54
55
Package: baRulho
Type: Package
Title: Quantifying (Animal) Sound Degradation
Version: 2.1.2
Maintainer: Marcelo Araya-Salas <[email protected]>
Description: Intended to facilitate acoustic analysis of (animal) sound transmission experiments, which typically aim to quantify changes in signal structure when transmitted in a given habitat by broadcasting and re-recording animal sounds at increasing distances. The package offers a workflow with functions to prepare the data set for analysis as well as to calculate and visualize several degradation metrics, including blur ratio, signal-to-noise ratio, excess attenuation and envelope correlation among others (Dabelsteen et al 1993 <doi:10.1121/1.406682>).
License: GPL (>= 2)
Imports:
utils,
stats,
seewave,
tuneR,
fftw,
methods,
viridis,
Sim.DiffProc,
png,
checkmate,
cli,
rlang
Depends: R (>= 3.2.1), warbleR (>= 1.1.32), ohun (>= 1.0.2)
LazyData: TRUE
URL: https://github.com/ropensci/baRulho, https://docs.ropensci.org/baRulho/
BugReports: https://github.com/ropensci/baRulho/issues
Suggests:
rmarkdown,
ggplot2,
knitr,
kableExtra,
testthat (>= 3.0.0),
covr,
formatR,
Rraven,
monitoR
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Repository: CRANs
Language: en-US
Authors@R:
c(person("Marcelo", "Araya-Salas",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3594-619X")),
person(given = "Michael",
family = "Mahoney",
role = "rev",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2402-304X")),
person(given = "Dena",
family = "Clink",
role = "rev",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0363-5581")))
Config/testthat/edition: 3
Encoding: UTF-8