Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
update bioconductor
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jun 2, 2019
1 parent adcb2d2 commit 1201a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shiny-verse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
libcurl4-openssl-dev \
libssh2-1-dev \
unixodbc-dev \
&& R -e "source('https://bioconductor.org/biocLite.R')" \
&& install2.r --error \
--deps TRUE \
tidyverse \
Expand All @@ -20,6 +19,7 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
formatR \
remotes \
selectr \
caTools
caTools \
BiocManager

# not clear why selectr needs explicit re-install, see https://github.com/rocker-org/rocker-versioned/pull/63

0 comments on commit 1201a0a

Please sign in to comment.