The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
NatureSounds
is a very simple package containing a
collection of example animal sounds for bioacoustic analysis. The main
goal is to provide example recordings of animal sounds to facilitate the
development of bioacoustic tools in the R environment. When possible,
annotation tables with the time/frequency coordinates of the sounds in
the example recordings will also be included.
Install/load the package from CRAN as follows:
# From CRAN would be
install.packages("NatureSounds")
#load package
library(NatureSounds)
To install the latest developmental version from github you will need the R package remotes:
# From github
::install_github("maRce10/NatureSounds")
remotes
#load package
library(NatureSounds)
Please cite NatureSounds as follows:
Araya-Salas, M. (2018), NatureSounds: a collection of animal sound for bioacoustic analysis in the R environment. R package version 1.1.0.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.