Skip to content

Commit

Permalink
Added ggmap and plyr
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmleggett committed Jan 27, 2017
1 parent a400349 commit 2041e3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN cd /usr ; git clone https://github.com/TGAC/NanoOK
ENV NANOOK_DIR="/usr/NanoOK"
RUN echo "export PATH=/usr/NanoOK/bin:${PATH}" >> ~/.bashrc
RUN Rscript -e "install.packages('ggplot2', repos='https://cran.ma.imperial.ac.uk/')"
RUN Rscript -e "install.packages('ggmap’, repos='https://cran.ma.imperial.ac.uk/')"
RUN Rscript -e "install.packages('plyr’, repos='https://cran.ma.imperial.ac.uk/')"
RUN Rscript -e "install.packages('scales', repos='https://cran.ma.imperial.ac.uk/')"
RUN Rscript -e "install.packages('gridExtra', repos='https://cran.ma.imperial.ac.uk/')"
RUN Rscript -e "install.packages('reshape', repos='https://cran.ma.imperial.ac.uk/')"
RUN Rscript -e "install.packages('reshape', repos='https://cran.ma.imperial.ac.uk/')"

0 comments on commit 2041e3a

Please sign in to comment.