-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (47 loc) · 1.12 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
Package: SoundEcology2
Title: Soundscape Ecology
Version: 0.0.10
Authors@R: c(
person(
"Francisco", "Rivas",
email = "frivasfu@purdue.edu",
role = c("cre","aut"),
comment = c(ORCID = "0000-0002-1256-2225")),
person("Luis", "Villanueva-Rivera", role = "aut"),
person("Bryan", "Pijanowski", email = "bpijanow@purdue.edu", role = "aut"),
person("Angel", "Ramirez", email = "azahramirez@gmail.com", role = "ctb"))
Description: Computes acoustic indices on audio recordings.
License: CC BY-NC 4.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
doParallel,
foreach,
ggplot2,
data.table,
seewave,
tuneR,
ineq,
plotly,
parallel,
oce,
patchwork,
dplyr,
lubridate,
pracma,
reshape2,
tibble,
tidyr,
tidyverse,
viridis,
stats,
utils,
writexl,
grid,
future,
future.apply
VignetteBuilder: knitr
URL: https://github.com/panchorivasf/SoundEcology2
BugReports: https://github.com/panchorivasf/SoundEcology2/issues
Config/testthat/edition: 3