This image builds upon rocker/tidyverse:3.5.1 and adds the cmapR package plus its dependencies.
To clone
docker pull cmap/cmapr
To launch with a data directory mounted
docker run -e PASSWORD=pass -p 8787:8787 -v /path/to/data:/home/rstudio/data cmap/cmapr
This will start an RStudio server session accessible at localhost:8787
To launch with data, code, and output directories mounted
docker run -e PASSWORD=pass -p 8787:8787 -v /path/to/data:/home/rstudio/data -v /path/to/code:/home/rstudio/code -v /path/to/output:/home/rstudio/output cmap/cmapr
Content type
Image
Digest
Size
696.7 MB
Last updated
almost 7 years ago
docker pull cmap/cmapr