Tuesday 13 October 2015

Installing BioAcousticaR R package

The BioAcousticaR R package provides access to the BioAcoustica collection of recorded wildlife sound within the R environment.

The BioAcousticaR package, and one if its dependencies (DrupalR) are currently in active development on GitHub and the process for installing these packages may be different to what you are used to.
  1. Install the devtools package:

    install.packages("devtools");
    library(devtools);


    If devtools installation fails on Ubuntu see: Install R devtools on Ubuntu
  2. Install the DrupalR package (requires you to have the httr package installed).

    The Virtual Research Environment that BioAcoustica is built on, the Scratchpads project, is in turn built on the Drupal content management system. The DrupalR package provides the basic functionality of authenticating to and getting data from Drupal based websites (more functionality can be expected in the future). BioAcousticaR makes use of DrupalR to perform basic behind-the-scenes tasks.

    install_github("edwbaker/DrupalR");
  3. Install the BioAcousticaR package:

    install_github("BioAcoustica/BioAcousticaR");

ShareThis

Copyright