-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 2.03 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
57
58
59
60
61
62
63
64
65
Package: soundscapeR
Type: Package
Title: Visualization And Quantification Of Soundscape Diversity Using Hill Numbers
Version: 0.1.0
Authors@R: c(
person("Thomas", "Luypaert", email = "thomas.luypaert@nmbu.no", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-7491-7418")),
person("Anderson Saldanha", "Bueno", email = "buenoas@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-7416-6626")),
person("Tom", "Bradfer-Lawrence", email = "tom.bradferlawrence@rspb.org.uk", role = "aut", comment = c(ORCID = "0000-0001-6045-4360")),
person("Carlos Augusto", "Peres", email="carlos.a.peres@gmail.com", role="aut", comment = c(ORCID = "0000-0002-1588-8765")),
person("Torbjørn", "Haugaasen", email="torbjorn.haugaasen@nmbu.no", role="aut", comment = c(ORCID = "0000-0003-0901-5324")))
Maintainer: Thomas Luypaert <thomas.luypaert@nmbu.no>
Description: The soundscapeR package constitutes a standardized analytical pipeline for
the exploration, computation, visualization, and comparison of soundscape diveristy using Hill numbers.
The package is designed to work with either continuous or regular-interval long-duration
acoustic recordings.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
biocViews:
Imports:
lubridate,
hms,
ggplot2 (>= 3.5.0),
dplyr,
stringr,
autothresholdr (>= 1.3.5),
lutz (>= 0.3.1),
sf,
reshape2 (>= 1.4.3),
viridis (>= 0.5.1),
scales (>= 1.1.0),
grid (>= 2.6.3),
patchwork (>= 1.2.0),
utils (>= 3.6.3),
suncalc (>= 0.5.0),
rlist,
methods,
magrittr,
data.table,
vegan,
tidyr,
seewave,
tuneR,
Rcpp,
cli,
bioacoustics,
warbleR,
pracma
Suggests:
covr,
qs,
plotly (>= 4.9.2.1),
testthat (>= 3.0.0),
vdiffr,
crayon,
assertthat,
ggrepel
Depends:
R (>= 3.5.0)
URL: https://github.com/ThomasLuypaert/soundscapeR
BugReports: https://github.com/ThomasLuypaert/soundscapeR/issues
Config/testthat/edition: 3
SystemRequirements: C++17
Remotes: