-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
44 lines (27 loc) · 2.78 KB
/
README.Rmd
File metadata and controls
44 lines (27 loc) · 2.78 KB
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
---
title: "NatureSounds"
output: github_document
editor_options:
chunk_output_type: console
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
[](https://lifecycle.r-lib.org/articles/stages.html) [](https://cran.r-project.org/package=NatureSounds) [](https://www.repostatus.org/#active) [](https://www.gnu.org/licenses/gpl-3.0.en.html) [", "", grep("DEPENDS", ignore.case = TRUE, readLines(con = "./DESCRIPTION"), value = TRUE), ignore.case = TRUE), ",")[[1]][1]`-6666ff.svg)](https://cran.r-project.org/) [, value = TRUE), ignore.case = TRUE)`-orange.svg?style=flat-square)](commits/develop) [)`-yellowgreen.svg)](/commits/master) [](https://cran.r-project.org/package=NatureSounds)
[](https://cranlogs.r-pkg.org/badges/grand-total/NatureSounds)
<img src="vignettes/NatureSounds_sticker.png" alt="NatureSounds logo" align="right" width = "25%" height="25%"/>
`NatureSounds` is a package containing a collection of example animal sounds for bioacoustic analysis. The main goal is to provide example recordings of animal sounds to faciliate the development of bioacoustic tools in the R environment. When possible, selection 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:
```{r, eval = FALSE}
# From CRAN would be
install.packages("NatureSounds")
#load package
library(NatureSounds)
```
To install the latest developmental version from [github](https://github.com/) you will need the R package [remotes](https://cran.r-project.org/package=remotes):
```{r, eval = FALSE}
# From github
remotes::install_github("maRce10/NatureSounds")
#load package
library(NatureSounds)
```
Please cite [NatureSounds](https://cran.r-project.org/package=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.