CRAN pkgdown License: MIT

SqueakR: An Experiment Interface for DeepSqueak Bioacoustics Research

Welcome to the SqueakR package!

Installation

From CRAN

To install the CRAN release of the package, run the following code:

install.packages(SqueakR)
library(SqueakR)

From GitHub

To install the development version of SqueakR, run the following code (ensure devtools is loaded first):

install_github("osimon81/SqueakR")
library(SqueakR)

SqueakR represents a suite of programs designed to assist researchers with processing and exploring data from experiments which use DeepSqueak for bioacoustics projects. DeepSqueak is a machine-vision program capable of aggregating detected vocalizations based on the features a call might have, allowing subsequent analysis of call syntax, significant changes in call features across groups, etc.

For reference, the entire SqueakR suite can be found under this GitHub list.

Resources

The tools and resources available under SqueakR include:

Contact

If you have any questions that cannot be answered through any of these ways, feel free to contact me at simon.ogundare@columbia.edu, and I’ll get back to you as soon as possible.