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
- Host: GitHub
- URL: https://github.com/predictiveecology/pemisc
- Owner: PredictiveEcology
- License: gpl-3.0
- Created: 2018-10-22T18:16:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T15:46:42.000Z (over 1 year ago)
- Last Synced: 2024-12-17T16:40:58.982Z (over 1 year ago)
- Topics: landscape-ecology, r-package, simulation-modeling
- Language: HTML
- Homepage: https://pemisc.predictiveecology.org/
- Size: 592 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# pemisc
[](https://cran.r-project.org/package=pemisc)
[](https://cran.r-project.org/package=pemisc)
[](https://github.com/PredictiveEcology/pemisc/actions)
Miscellaneous utilities developed by the Predictive Ecology Lab Group.
## Installation
### Current release
[](https://github.com/PredictiveEcology/pemisc/actions)
[](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
[](https://github.com/PredictiveEcology/pemisc/actions)
[](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)
```