(archived) Complete development build of Rstan & tools. Includes Rstan + shinystan + loo + rstanarm
1.0K
Working build of latest git versions of Rstan + shinystan + loo + rstanarm.
Dockerfile is available on github, at https://github.com/jburos/rstan-docker.
Built off of rocker/hadleyverse; for most up to date details on usage see the Rocker.org Wiki , particularly the page on using the Rstudio image
Short notes will be put here :
Launching rstudio-server,
docker run -d -p 8787:8787 jackinovik/rstan-complete
Login with user: rstudio, pw: rstudio
Launch R terminal session
docker run --rm -it --user rstudio jackinovik/rstan-complete /usr/bin/R
Or, our personal favorite use case, run a job in the background
docker run --rm --user rstudio -v $(pwd):/home/rstudio jackinovik/rstan-complete Rscript run_this_analysis.R
For more details on mounting volumes (the -v option) & the docker run command are available on rocker.org page and the docker documentation.
Content type
Image
Digest
Size
1.9 GB
Last updated
about 10 years ago
docker pull jackinovik/rstan-complete