Conservation Planning Datasets

lifecycle Travis Build Status AppVeyor Build Status CRAN_Status_Badge

The prioritizrdata R package is a supplemental package that contains example datasets for conservation planning. It is intended to be used alongside the prioritizr R package—a package for building and solving systematic conservation prioritization problems using integer linear programming (ILP) techniques—and provides little functionality itself.

Overview

This package contains the following conservation planning datasets.

Installation

The latest official version of the prioritizrdata R package can be installed using the following R code.

install.packages("prioritizrdata", repos = "https://cran.rstudio.com/")

Alternatively, the latest development version can be installed using the following code. Please note that while developmental versions may contain additional features not present in the official version, they may also contain coding errors.

if (!require(devtools))
  install.packages("devtools")
devtools::install_github("prioritizr/prioritizrdata")

Citation

Please cite the prioritizrdata R package when using it in publications. To cite the latest official version, please use:

Hanson JO, Schuster R, Morrell N, Strimas-Mackey M, Watts ME, Arcese P, Bennett J, Possingham HP (2020). prioritizrdata: Conservation Planning Datasets. R package version 0.2.4. Available at https://CRAN.R-project.org/package=prioritizrdata.

Alternatively, to cite the latest development version, please use:

Hanson JO, Schuster R, Morrell N, Strimas-Mackey M, Watts ME, Arcese P, Bennett J, Possingham HP (2020). prioritizrdata: Conservation Planning Datasets. R package version 0.2.4. Available at https://github.com/prioritizr/prioritizrdata.