-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.39 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
Package: PAMpal
Type: Package
Title: Load and Process Passive Acoustic Data
Version: 1.4.4
Authors@R: c(
TS = person("Taiki", "Sakai", email = "taiki.sakai@noaa.gov", role = c("aut", "cre")),
JB = person("Jay", "Barlow", role = c("ctb")),
EG = person("Emily", "Griffiths", role = c("ctb")),
MO = person("Michael", "Oswald", role = c("ctb")),
SB = person("Simone", "Baumann-Pickering", role = c("ctb")),
JO = person("Julie", "Oswald", role = c("ctb")))
Maintainer: Taiki Sakai <taiki.sakai@noaa.gov>
Description: Tools for loading and processing passive acoustic data. Read in data
that has been processed in 'Pamguard' (<https://www.pamguard.org/>), apply a suite
processing functions, and export data for reports or external modeling tools. Parameter
calculations implement methods by Oswald et al (2007) <doi:10.1121/1.2743157>,
Griffiths et al (2020) <doi:10.1121/10.0001229> and Baumann-Pickering et al (2010)
<doi:10.1121/1.3479549>.
License: GNU General Public License
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
dplyr (>= 1.1.1)
Imports:
PamBinaries (>= 1.3.0),
PAMmisc (>= 1.12.0),
tuneR,
seewave,
gam,
data.table,
RSQLite,
purrr,
methods,
signal,
tidyr,
ggplot2,
knitr,
xml2,
rlang,
reticulate,
lubridate,
geosphere,
shiny,
future.apply
RoxygenNote: 7.3.1
Suggests:
testthat