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

https://github.com/predictiveecology/landwebutils

Additional utilities for LandWeb analyses
https://github.com/predictiveecology/landwebutils

landscape-ecology r-package simulation-modeling

Last synced: over 1 year ago
JSON representation

Additional utilities for LandWeb analyses

Awesome Lists containing this project

README

          

# LandWebUtils

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

Additional utilities for [LandWeb](https://github.com/PredictiveEcology/LandWeb) analyses.

## Installation

### Current release

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

**Install from CRAN:**

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

**Install from GitHub:**

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

### Development version

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

**Install from GitHub:**

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