CRAN_Status_Badge CRAN Downloads R build status

Miscellaneous utilities developed by the Predictive Ecology Lab Group.

Installation

Current release

R build status Codecov test coverage

Install from CRAN:

#install.packages("pemisc") ## not yet on CRAN

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/pemisc", dependencies = TRUE) 

Development version

R build status Codecov test coverage

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/pemisc", ref = "development", dependencies = TRUE)