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

https://github.com/rspatial/dismo

R dismo package
https://github.com/rspatial/dismo

Last synced: 8 months ago
JSON representation

R dismo package

Awesome Lists containing this project

README

          

# dismo

[![CRAN
status](https://www.r-pkg.org/badges/version/geosphere)](https://cran.r-project.org/package=dismo)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/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')
```