Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ltrr-arizona-edu/vice-rstudio-jags
Rocker RStudio image customized for the CyVerse VICE environment, with JAGS added.
https://github.com/ltrr-arizona-edu/vice-rstudio-jags
Last synced: about 1 month ago
JSON representation
Rocker RStudio image customized for the CyVerse VICE environment, with JAGS added.
- Host: GitHub
- URL: https://github.com/ltrr-arizona-edu/vice-rstudio-jags
- Owner: ltrr-arizona-edu
- Created: 2019-10-09T23:39:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T04:39:07.000Z (about 5 years ago)
- Last Synced: 2024-03-26T16:14:07.206Z (9 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The CyVerse VICE RStudio image with JAGS added
The base image is one of the Rocker images Dockerizing the RStudio Server IDE,
further customized for the CyVerse
[VICE](https://learning.cyverse.org/projects/vice/en/latest/) data science
workbench, 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 outside CyVerse is similar to the base image, for example
```
docker run -v $(pwd):/home/rstudio --rm -p 8787:80 ltrr/vice-rstudio-jags:3.6.0
```
Following the convention the upstream Rocker images use, tag numbers refer to
the R software version included in the image, not to Git tags in the source
repository.