-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
56 lines (56 loc) · 1.75 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
56
Package: warbleR
Type: Package
Title: Streamline Bioacoustic Analysis
Version: 1.1.32
Description: Functions aiming to facilitate the analysis of the structure of animal acoustic signals in 'R'. 'warbleR' makes use of the basic sound analysis tools from the packages 'tuneR' and 'seewave', and offers new tools for explore and qunatify acoustic signal structure. The package allows to organize and manipulate multiple sound files, create spectrograms of complete recordings or individual signals in diferent formats, run several measures of acoustic structure, and characterize different structural levels in acoustic signals.
License: GPL (>= 2)
Imports:
dtw,
fftw,
graphics,
grDevices,
monitoR,
parallel,
pbapply,
RCurl,
rjson,
stats,
utils,
methods,
Rcpp,
knitr,
bioacoustics,
cli,
testthat (>= 3.0.0)
LinkingTo: Rcpp
Depends: R (>= 3.5.0), tuneR, seewave (>= 2.0.1), NatureSounds
SystemRequirements: fftw3, GNU make, sox, Ghostscript, libsndfile, GDAL
LazyData: TRUE
URL: https://marce10.github.io/warbleR/
BugReports: https://github.com/maRce10/warbleR/issues/
NeedsCompilation: no
Suggests:
ggplot2,
rmarkdown,
jpeg,
ape,
soundgen,
wavethresh,
png,
pracma,
Sim.DiffProc,
maps,
leaflet,
kableExtra,
covr,
V8,
viridis
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.3.2
Encoding: UTF-8
Packaged: 2016-04-18 23:45:31 UTC; m
Repository: CRAN
Language: en-US
Authors@R: c(person("Marcelo", "Araya-Salas", role = c("aut", "cre"), email = "marcelo.araya@ucr.ac.cr", comment = c(ORCID = "0000-0003-3594-619X")), person("Grace", "Smith-Vidaurre", role = c("aut"), email = "gsmithvi@gmail.com"))
Date/Publication: 2016-04-19 08:12:11
Config/testthat/edition: 3