granek/singularity-rstudio-tidyverse:3.6.0
$ singularity pull shub://granek/singularity-rstudio-tidyverse:3.6.0
Singularity Recipe
BootStrap: shub
From: nickjer/singularity-rstudio:3.6.0
%labels
Maintainer Josh Granek
# RStudio_Version 1.1.463
%help
This will run RStudio Server with tidyverse and support for knitting
%apprun rserver
exec rserver "${@}"
%runscript
exec rserver "${@}"
%environment
export PATH=/usr/lib/rstudio-server/bin:${PATH}
%post
# Install tidyverse and packages necessary for knitting to HTML
Rscript -e "install.packages(pkgs = c('tidyverse','caTools','rprojroot'), \
repos='https://cran.revolutionanalytics.com/', \
dependencies=TRUE, \
clean = TRUE)"
Collection
- Name: granek/singularity-rstudio-tidyverse
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/granek-singularity-rstudio-tidyverse-3.6.0 |
collection name | granek/singularity-rstudio-tidyverse |
branch | master |
tag | 3.6.0 |
commit | 1659289ade2471942aef73dc12280c6167adf840 |
version (container hash) | 1f7206c4c46229d6886cdafe49e5813c |
build date | 2020-01-21T17:39:56.905Z |
size (MB) | 1552 |
size (bytes) | 438222879 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.