Crandore Hub

Rraven

Connecting R and 'Raven' Sound Analysis Software

A tool to exchange data between R and 'Raven' sound analysis software (Cornell Lab of Ornithology). Functions work on data formats compatible with the R package 'warbleR'.

README

Rraven: connecting R and Raven sound analysis software
================

<!-- README.md is generated from README.Rmd. Please edit that file -->
<!-- badges: start -->

[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![Project Status: Active The project has reached a stable, usable state
and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Licence](https://img.shields.io/badge/https://img.shields.io/badge/licence-GPL--2-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/Rraven)](https://cran.r-project.org/package=Rraven)
[![Total
Downloads](https://cranlogs.r-pkg.org/badges/grand-total/Rraven)](https://cranlogs.r-pkg.org/badges/grand-total/Rraven)
[![Codecov test
coverage](https://codecov.io/gh/maRce10/warbleR/branch/master/graph/badge.svg)](https://app.codecov.io/gh/maRce10/Rraven?branch=master)
<!-- badges: end -->

<img src="vignettes/Rraven_sticker.png" alt="warbleR logo" align="right" width = "25%" height="25%"/>

The `Rraven` package is designed to facilitate the exchange of data
between R and [Raven sound analysis
software](https://www.ravensoundsoftware.com/) ([Cornell Lab of
Ornithology](https://www.birds.cornell.edu/home)).
[Raven](https://www.ravensoundsoftware.com/) provides very powerful
tools for the analysis of (animal) sounds. R can simplify the
automatization of complex routines of analyses. Furthermore, R packages
as [warbleR](https://cran.r-project.org/package=warbleR),
[seewave](https://cran.r-project.org/package=seewave) and
[monitoR](https://cran.r-project.org/package=monitoR) (among others)
provide additional methods of analysis, working as a perfect complement
for those found in [Raven](https://www.ravensoundsoftware.com/). Hence,
bridging these applications can largely expand the bioacoustician’s
toolkit.

Currently, most analyses in [Raven](https://www.ravensoundsoftware.com/)
cannot be run in the background from a command terminal. Thus, most
`Rraven` functions are design to simplify the exchange of data between
the two programs.

Install/load the package from CRAN as follows:

``` r
# From CRAN 
install.packages("Rraven")

#load package
library(Rraven)
```

To install the latest developmental version from
[github](https://github.com/) you will need the R package
[remotes](https://cran.r-project.org/package=devtools):

``` r
# From github
remotes::install_github("maRce10/Rraven")

#load package
library(Rraven)
```

The package vignette provides detailed examples for each function in
`Rraven`, including both the R code as well as the additional steps in
[Raven](https://www.ravensoundsoftware.com/) required to fully
accomplished the analyses. You can pull it up as follows:

``` r
vignette("Rraven")
```

The animations explaining additional steps in
[Raven](https://www.ravensoundsoftware.com/) are shown in more detail on
the [github](https://github.com/maRce10/Rraven) version of this
vignette, which can be downloaded as follows (saves the file
“Rraven.github.html” in your current working directory):

``` r
download.file(url = "https://raw.githubusercontent.com/maRce10/Rraven/master/gifs/Rraven.hitgub.html", 
destfile = "Rraven.hitgub.html")
```

The downloaded file can be opened by any internet browser.

------------------------------------------------------------------------

Please cite `Rraven` as follows:

Araya-Salas. (2020), *Rraven: connecting R and Raven bioacoustic
software*. R package version 1.0.9.

Versions across snapshots

VersionRepositoryFileSize
1.0.16 rolling linux/jammy R-4.5 Rraven_1.0.16.tar.gz 4.3 MiB
1.0.16 rolling linux/noble R-4.5 Rraven_1.0.16.tar.gz 4.3 MiB
1.0.16 rolling source/ R- Rraven_1.0.16.tar.gz 4.3 MiB
1.0.16 latest linux/jammy R-4.5 Rraven_1.0.16.tar.gz 4.3 MiB
1.0.16 latest linux/noble R-4.5 Rraven_1.0.16.tar.gz 4.3 MiB
1.0.16 latest source/ R- Rraven_1.0.16.tar.gz 4.3 MiB
1.0.16 2026-04-26 source/ R- Rraven_1.0.16.tar.gz 4.3 MiB
1.0.16 2026-04-23 source/ R- Rraven_1.0.16.tar.gz 4.3 MiB
1.0.16 2026-04-09 windows/windows R-4.5 Rraven_1.0.16.zip 2.4 MiB
1.0.14 2025-04-20 source/ R- Rraven_1.0.14.tar.gz 4.3 MiB

Dependencies (latest)

Imports

Suggests