PredictiveEcology / pemisc

Miscellaneous utilities developed by the Predictive Ecology Lab Group

Home Page:https://pemisc.predictiveecology.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pemisc

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) 

About

Miscellaneous utilities developed by the Predictive Ecology Lab Group

https://pemisc.predictiveecology.org/

License:GNU General Public License v3.0


Languages

Language:HTML 77.1%Language:R 22.9%