Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ltrr-arizona-edu/ltrr-tidyverse-jags
Standard Docker R image (Rocker) extended with JAGS (Just Another Gibbs Sampler for Bayesian MCMC)
https://github.com/ltrr-arizona-edu/ltrr-tidyverse-jags
Last synced: about 2 months ago
JSON representation
Standard Docker R image (Rocker) extended with JAGS (Just Another Gibbs Sampler for Bayesian MCMC)
- Host: GitHub
- URL: https://github.com/ltrr-arizona-edu/ltrr-tidyverse-jags
- Owner: ltrr-arizona-edu
- Created: 2019-09-10T17:37:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T18:12:16.000Z (over 5 years ago)
- Last Synced: 2024-03-26T16:14:07.186Z (10 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The standard Docker + R + RStudio + tidyverse image with JAGS added
The base image is one of the standard versioned ones from Rocker
https://www.rocker-project.org/
augmented with the standard distributed Debian package for JAGS
(Just Another Gibbs Sampler for Bayesian MCMC); see:
https://tracker.debian.org/pkg/jags
The rjags and coda packages get pre-installed into this by the
mechanism that Rocker likes to use (install2.r).Usage is similar to the base image, for example
docker run -e PASSWORD=donotshootthealbatross -v $(pwd):/home/rstudio --rm -p 8787:8787 mmunro/ltrr-tidyverse-jags:0.1.1