Sign inSign up

jackinovik/rstan-complete

By jackinovik

•Updated about 10 years ago

(archived) Complete development build of Rstan & tools. Includes Rstan + shinystan + loo + rstanarm

Image
4

1.0K

jackinovik/rstan-complete repository overview

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 :

  1. Launching rstudio-server, docker run -d -p 8787:8787 jackinovik/rstan-complete Login with user: rstudio, pw: rstudio

  2. Launch R terminal session docker run --rm -it --user rstudio jackinovik/rstan-complete /usr/bin/R

  3. 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⁠.

Tag summary

Content type

Image

Digest

Size

1.9 GB

Last updated

about 10 years ago

docker pull jackinovik/rstan-complete