/BOLD.R

An R package to interface with BOLD using R

Primary LanguageRGNU General Public License v3.0GPL-3.0

BOLD.R

Language GitHub issues GitHub license Version

An R package to interface with the Barcode of Life Database System (BOLD) using R.

Automatically redirected to this GiHub page from http://boldsystems.org/bold.r.

BOLD.R relies on the following dependences:

  > required.packages = c("jsonlite", "gtools", "RCurl", "ape", "plyr", "seqinr", "getPass")
  > sapply(required.packages, install.packages)

In order to install BOLD.R directly through R, please type the following into the R console.

  > ## If devtools are not installed
  > ## install.packages("devtools")
  > 
  > library(devtools)
  > devtools::install_github("nishanmudalige/BOLD.R", force = TRUE)

For questions, please email nishan [dot] mudalige [at] gmail [dot] com .

This poster won runner up at the Applied Mathematics, Modeling and Computational Science (AMMCS) 2019 conference.