Xentrics/jupyter-r-base:jupyter_r

$ singularity pull shub://Xentrics/jupyter-r-base:jupyter_r

Singularity Recipe

BootStrap: shub
From: Xentrics/jupyter-r-base:r3.6.3


%labels
    LICENSE Copyright 2020 Bastian Seelbinder, 
     Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
     to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, 
     and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above
     copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 
    Maintainer Bastian Seelbinder

%post
    # make mount points
    mkdir -p /scratch/global /scratch/local
    
    # install deps
    apt-get update && apt-get install -y --no-install-recommends \
        python3 \
        python3-dev \
        python3-pip \
        python3-setuptools \
        python \
        python-dev \
        python-pip \
        python-setuptools \
        build-essential \
        gcc-multilib
    
    # install additional packages
    apt-get install -y nano git cmake gfortran curl wget autoconf bzip2 libtool libtool-bin sudo libxml2 libssl-dev libssl1.1
    
    # cleanup
    apt-get clean
    
    #install python pkgs
    pip3 install jupyter jupyterlab ipykernel scipy numpy pandas matplotlib
    
    # install R jupyter knerl
    export R_LIBS_USER="/usr/local/lib/R/site-library" # make sure packages go here
    R --vanilla -e 'install.packages("BiocManager", repos="https://cloud.r-project.org")'
    R --vanilla -e 'BiocManager::install("devtools")'
    R --vanilla -e 'devtools::install_github("IRkernel/IRkernel")'
    R --vanilla -e 'IRkernel::installspec()'
    
    # Install other R packages that are useful to have for machine learning
    R --vanilla -e 'BiocManager::install(c("tidyverse", "ggplot2", "ggstatsplot", "magrittr", "broom", "readxl", "writexl"))'
    R --vanilla -e 'BiocManager::install(c("caret", "parsnip"))'

Collection


View on Datalad

Metrics

key value
id /containers/Xentrics-jupyter-r-base-jupyter_r
collection name Xentrics/jupyter-r-base
branch master
tag jupyter_r
commit ad5fc833ce409499be36a8322acb00a333dc2d7a
version (container hash) 36cdcd818c3036b430d171fcbf56335ff11840fbaf7823bd480cb6ce17d08adc
build date 2020-06-03T12:59:33.419Z
size (MB) 887.37109375
size (bytes) 930476032
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.