Package: bioacoustics
Type: Package
Title: Analyse Audio Recordings and Automatically Extract Animal
        Vocalizations
Version: 0.1.6
Authors@R: c(person("Jean", "Marchal", email = "jean.marchal@wavx.ca", role = c("aut","cre")),
             person("Francois", "Fabianek", email = "francois.fabianek@wavx.ca", role = "aut"),
             person("Christopher", "Scott", role = "aut"),
             person("Chris", "Corben", role = c("ctb", "cph"), email = "chris@hoarybat.com", comment = "Read ZC files, original C code"),
             person("Peter", "Wilson", role = c("ctb", "cph"), email = "peter@peterwilson.id.au", comment = "Read ZC files, original R code"),
             person(family = "Wildlife Acoustics, Inc.", role = c("ctb", "cph"), comment = "Read WAC files, original C code"),
             person(family = "WavX Inc.", role = "cph"))
Maintainer: Jean Marchal <jean.marchal@wavx.ca>
Description: Contains all the necessary tools to process audio recordings of
             various formats (e.g., WAV, WAC, MP3, ZC), filter noisy files, 
             display audio signals, detect and extract automatically acoustic
             features for further analysis such as classification.
License: GPL-3
Encoding: UTF-8
LazyData: true
SystemRequirements: C++11, cmake
Depends: R (>= 3.3.0)
LinkingTo: Rcpp
Imports: htmltools, graphics, grDevices, methods, moments, Rcpp (>=
        0.12.13), stringr, tools, tuneR (>= 1.3.0)
Suggests: knitr, rmarkdown
URL: https://github.com/wavx/bioacoustics/
BugReports: https://github.com/wavx/bioacoustics/issues/
NeedsCompilation: yes
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Biarch: TRUE
Packaged: 2018-11-26 17:00:15 UTC; JEMAR270
Author: Jean Marchal [aut, cre],
  Francois Fabianek [aut],
  Christopher Scott [aut],
  Chris Corben [ctb, cph] (Read ZC files, original C code),
  Peter Wilson [ctb, cph] (Read ZC files, original R code),
  Wildlife Acoustics, Inc. [ctb, cph] (Read WAC files, original C code),
  WavX Inc. [cph]
Repository: CRAN
Date/Publication: 2018-11-26 17:30:03 UTC
