Published September 26, 2022 | Version v_2022.09.26

Supporting R package for the paper "Protected area personnel and ranger numbers are insufficient to deliver global expectations" by Appleton et al.

Description

This Zenodo/GitHub repository provides the data and R code behind the paper Protected Area Personnel and Ranger Numbers are Insufficient to Deliver Global Expectations by Appleton et al. (to appear in Nature Sustainability, 2022): https://doi.org/10.1038/s41893-022-00970-0

The data and R code are bundled together as an R package called rangeRinPA.

To reproduce the results presented in the paper, download the zip file linked in this file, open R and set your working directory to where the zip file is.

Then, to install and use rangeRinPA, execute the following R call:

## install remotes if missing
if (!requireNamespace("remotes", quietly = TRUE)) {
  install.packages("remotes")
}

## install rangeRinPA
remotes::install_local("rangeRinPA-v_2022.09.26.zip")

## load rangeRinPA
library(rangeRinPA)

## open the help that contains all steps to reproduce our workflow
?rangeRinPA

This should open the main help file of this package.

Alternatively, you can also follow the instructions on our GitHub repository which detail a different way of installing the package.

Files

courtiol/rangeRinPA-v_2022.09.26.zip

Files (9.2 MB)

Name Size Download all
md5:846b252d7d4d95018fcd2bd4881119d4
9.2 MB Preview Download

Additional details