⚠️There's a newer version (1.0.1) of this package. Take me there.

raptr

Biodiversity is in crisis. The overarching aim of conservation is to preserve biodiversity patterns and processes. To this end, protected areas are established to buffer species and preserve biodiversity processes. But resources are limited and so protected areas must be cost-effective. This package contains tools to generate plans for protected areas (prioritizations), using spatially explicit targets for biodiversity patterns and processes. To obtain solutions in a feasible amount of time, this package uses the commercial 'Gurobi' software package (obtained from http://www.gurobi.com/). Additionally, the 'rgurobi' package can also be installed to provide extra functionality (obtained from http://github.com/jeffreyhanson/rgurobi).

This package depends on several packages which can be difficult to install under Linux and Mac operating systems.

Linux users can install them typing the following code into the terminal:

sudo apt-get update
sudo apt-get install libgdal-dev
sudo apt-get install libproj-dev
sudo apt-get build-dep r-cran-rgl

Mac users can install them using this code in the terminal:

brew install Caskroom/cask/xquartz
brew install gdal
Rscript -e "setRepositories(ind=1:2);install.packages(c('rgdal','rgeos'))"

To install the latest official version from CRAN, use the following R code:

install.packages('raptr')

To install the development version from GitHub, use this R code:

if (!require('devtools'))
	install.packages('devtools', repo='http://cran.rstudio.com', dep=TRUE)
devtools:::install_github('jeffreyhanson/raptr')

Once this package has been installed, you can read through the vignette for a tutorial on how to use it.

View it here, or by running this R code:

# open vignette in web browser
vignette('raptr', package='raptr')

If this R package helped you, please cite it.

Hanson J. O., Rhodes J. R., Possingham H. P, and Fuller R. A. (2016). raptr: Representative and Adequate Prioritization Toolkit in R. R package. R package version 0.0.3. https://github.com/jeffreyhanson/raptr.

Copy Link

Version

Down Chevron

Install

install.packages('raptr')

Monthly Downloads

880

Version

0.0.3

License

GPL-3

Issues

Pull Requests

Stars

Forks

Last Published

November 25th, 2016

Functions in raptr (0.0.3)