https://github.com/rspatial/dismo
R dismo package
https://github.com/rspatial/dismo
Last synced: 8 months ago
JSON representation
R dismo package
- Host: GitHub
- URL: https://github.com/rspatial/dismo
- Owner: rspatial
- License: gpl-3.0
- Created: 2018-07-31T02:10:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T01:28:10.000Z (over 1 year ago)
- Last Synced: 2024-11-25T02:24:08.528Z (over 1 year ago)
- Language: R
- Size: 1.45 MB
- Stars: 25
- Watchers: 2
- Forks: 11
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# dismo
[](https://cran.r-project.org/package=dismo)
[](http://www.r-pkg.org/pkg/dismo)
## Installation
`dismo` is available from CRAN, so you can use `install.packages("dismo")` to get the current *released version*
The easiest way to use the *development version* on Windows or MacOS, is to install it from the [R-universe](https://r-universe.dev/organizations/), like this:
```
install.packages('dismo', repos='https://rspatial.r-universe.dev')
```