granek/singularity-rstudio-tidyverse:latest

$ singularity pull shub://granek/singularity-rstudio-tidyverse:latest

Singularity Recipe

BootStrap: shub
From: nickjer/singularity-rstudio

%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


View on Datalad

Metrics

key value
id /containers/granek-singularity-rstudio-tidyverse-latest
collection name granek/singularity-rstudio-tidyverse
branch master
tag latest
commit cfcac13e8c960885fce37ad99253f709c987d72b
version (container hash) 42f6d03482be83d1bcb5fa275ebc5739
build date 2021-04-13T15:12:19.647Z
size (MB) 1307
size (bytes) 385433631
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.