granek/singularity-rstudio-tidyverse:3.5.2
$ singularity pull shub://granek/singularity-rstudio-tidyverse:3.5.2
Singularity Recipe
BootStrap: shub
From: nickjer/singularity-rstudio:3.5.2
%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.5.2 |
collection name | granek/singularity-rstudio-tidyverse |
branch | master |
tag | 3.5.2 |
commit | 2a6c8b03b6e4fc812cf3cd373d91acdd796e5651 |
version (container hash) | 340040f680856249e67797e752f0f570 |
build date | 2021-02-01T17:36:20.844Z |
size (MB) | 1307 |
size (bytes) | 385450015 |
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.