boettiger-lab / pomdp-intro

:notebook: A separate repo for first pomdp paper (AmNat)
Creative Commons Attribution 4.0 International
17 stars 4 forks source link
compendium research-compendium

Resolving the measurement uncertainty paradox in ecological management

Binder Build Status DOI

Contents

Reproducibility

This repository is organized as a reproducible research compendium. Click the Binder button above to explore in an interactive RStudio session. Binder uses rocker-project.org Docker images to ensure a consistent and reproducible computational environment. These Docker images can also be used locally with the following commands.

docker build --tag pompd .
docker run -it -p 8888:8888 pompd

Then click on the link in the terminal, which will open a Jupyter start page. Start RStudio in the menu on the top right with "New > RStudio".

To explore the code locally, clone or download this repository into RStudio or your perferred environment and install the compendium by running devtools::install(). To install additional dependencies used only in formatting the figures, use devtools::install(dep=TRUE).

This compendium is checked by Travis-CI continuous integration. Click the Build Status button above for details.