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
- Host: GitHub
- URL: https://github.com/predictiveecology/landwebutils
- Owner: PredictiveEcology
- License: gpl-3.0
- Created: 2019-03-20T21:07:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T18:31:44.000Z (over 1 year ago)
- Last Synced: 2025-02-11T19:35:09.154Z (over 1 year ago)
- Topics: landscape-ecology, r-package, simulation-modeling
- Language: R
- Size: 213 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LandWebUtils
[](https://github.com/PredictiveEcology/LandWebUtils/actions)
[](https://cran.r-project.org/package=LandWebUtils)
[](https://cran.r-project.org/package=LandWebUtils)
Additional utilities for [LandWeb](https://github.com/PredictiveEcology/LandWeb) analyses.
## Installation
### Current release
[](https://github.com/PredictiveEcology/LandWebUtils/actions)
[](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
[](https://github.com/PredictiveEcology/LandWebUtils/actions)
[](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)
```