-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.16 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
Package: sonicscrewdriver
Title: Bioacoustic Analysis and Publication Tools
Version: 0.0.8.9000
Authors@R: c(
person("Ed", "Baker",
email = "[email protected]",
role = c("aut", "cre"),
comment=c(ORCID="0000-0002-5887-9543")),
person ("Quentin", "Geissman",
role="ctb"))
Description: Provides tools for manipulating sound files for bioacoustic
analysis, and preparing analyses these for publication. The package validates
that values are physically possible wherever feasible.
Depends: R (>= 3.4.0)
Imports:
methods,
ggplot2,
hms,
jsonlite,
mime,
Rdpack,
seewave,
stringi,
suncalc,
tuneR
License: GPL-3
Encoding: UTF-8
LazyData: true
Language: en-GB
Suggests:
av,
covr,
devtools,
googleCloudStorageR,
googleLanguageR,
knitr,
parallel,
pbapply,
plotrix,
reticulate,
rmarkdown,
soundecology,
spelling,
testthat (>= 3.0.0),
WaveletComp
VignetteBuilder: knitr
URL:
https://sonicscrewdriver.ebaker.me.uk,
https://github.com/edwbaker/SonicScrewdriveR
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
BugReports: https://github.com/edwbaker/SonicScrewdriveR/issues
RdMacros: Rdpack
RoxygenNote: 7.3.2