Sign inSign up

cboettig/earlywarning

By cboettig

Updated almost 9 years ago

Image
0

1.2K

cboettig/earlywarning repository overview

Dockerfile for earlywarning package

To run any of the analyses from this paper, install docker

For instance, we can run the simulation.Rmd script using:

docker run -w /earlywarning/inst/examples -d \
  --name earlywarning cboettig/earlywarning \
  Rscript -e 'rmarkdown::render("simulation.Rmd")'

and simply replace simulation.Rmd with chemostat.Rmd or glaciation.Rmd to run the corresponding analysis.

Copy the resulting (stand-alone) html files to the host for viewing:

docker cp earlywarning:/earlywarning/inst/examples/simulation.html .

Tag summary

Content type

Image

Digest

sha256:6194d2295

Size

866.5 MB

Last updated

almost 9 years ago

docker pull cboettig/earlywarning