An open API service indexing awesome lists of open source software.

https://github.com/predictiveecology/pemisc

Miscellaneous utilities developed by the Predictive Ecology Lab Group
https://github.com/predictiveecology/pemisc

landscape-ecology r-package simulation-modeling

Last synced: about 1 year ago
JSON representation

Miscellaneous utilities developed by the Predictive Ecology Lab Group

Awesome Lists containing this project

README

          

# pemisc


[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/pemisc)](https://cran.r-project.org/package=pemisc)
[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/grand-total/pemisc)](https://cran.r-project.org/package=pemisc)
[![R build status](https://github.com/PredictiveEcology/pemisc/workflows/R-CMD-check/badge.svg)](https://github.com/PredictiveEcology/pemisc/actions)

Miscellaneous utilities developed by the Predictive Ecology Lab Group.

## Installation

### Current release

[![R build status](https://github.com/PredictiveEcology/pemisc/workflows/R-CMD-check/badge.svg?branch=master)](https://github.com/PredictiveEcology/pemisc/actions)
[![Codecov test coverage](https://codecov.io/gh/PredictiveEcology/pemisc/branch/master/graph/badge.svg)](https://app.codecov.io/gh/PredictiveEcology/pemisc?branch=master)

**Install from CRAN:**

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

**Install from GitHub:**

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

### Development version

[![R build status](https://github.com/PredictiveEcology/pemisc/workflows/R-CMD-check/badge.svg?branch=development)](https://github.com/PredictiveEcology/pemisc/actions)
[![Codecov test coverage](https://codecov.io/gh/PredictiveEcology/pemisc/branch/development/graph/badge.svg)](https://app.codecov.io/gh/PredictiveEcology/pemisc?branch=development)

**Install from GitHub:**

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