Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit/Description #16

Merged
merged 10 commits into from
Jun 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix long lines
  • Loading branch information
robitalec committed May 7, 2023
commit f770cd368ee0cbf4b3ede092ba96260dbc29cc14
30 changes: 24 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,35 @@ Title: Optimizing Acoustic Signal Detection
Version: 0.1.1
Maintainer: Marcelo Araya-Salas <[email protected]>
Description: Facilitates the automatic detection of acoustic signals,
providing functions to diagnose and optimize the performance of detection
routines. Detections from other software can also be explored and optimized.
Araya-Salas et al. (2022) <doi:10.1101/2022.12.13.520253>.
providing functions to diagnose and optimize the performance of detection
routines. Detections from other software can also be explored and optimized.
Araya-Salas et al. (2022) <doi:10.1101/2022.12.13.520253>.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://marce10.github.io/ohun/, https://github.com/maRce10/ohun
BugReports: https://github.com/maRce10/ohun/issues/
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.2.3
Language: en-US
Authors@R: c(person("Marcelo", "Araya-Salas", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-3594-619X")))
Imports: tuneR, warbleR (>= 1.1.28), cli, methods, stats, utils, seewave (>= 2.0.1), fftw, rlang, sf, igraph
Authors@R:
c(person("Marcelo", "Araya-Salas",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3594-619X")))
Imports: tuneR,
warbleR (>= 1.1.28),
cli,
methods,
stats,
utils,
seewave (>= 2.0.1),
fftw,
rlang,
sf,
igraph
Depends: R (>= 3.2.1)
Suggests: knitr, rmarkdown, testthat, viridis, Sim.DiffProc
Suggests: knitr,
rmarkdown,
testthat,
viridis,
Sim.DiffProc