Skip to content

Instantly share code, notes, and snippets.

@kippjohnson
Created August 15, 2019 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kippjohnson/97cba097a16bf6775e316b12661c4462 to your computer and use it in GitHub Desktop.
Save kippjohnson/97cba097a16bf6775e316b12661c4462 to your computer and use it in GitHub Desktop.
All packages are in CRAN versioned to R 3.6.1
FROM rocker/rstudio:3.6.1
RUN apt-get update -qq && apt-get -y --no-install-recommends install \
libxml2-dev \
libcairo2-dev \
libsqlite3-dev \
libmariadbd-dev \
libmariadb-client-lgpl-dev \
libpq-dev \
libssh2-1-dev \
unixodbc-dev \
libsasl2-dev \
&& install2.r --error \
--deps TRUE \
tidyverse \
dplyr \
devtools \
formatR \
remotes \
selectr \
caTools \
BiocManager \
ggplot2 \
ggsci \
ggthemes \
data.table \
jsonlite \
yaml \
tibble \
viridis \
viridisLite \
e1071 \
lme4 \
nlme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment