Skip to content

Commit

Permalink
adding ISLR package
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Mar 13, 2021
1 parent 81cba9f commit 1f6488c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions r-dsci-100/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ RUN conda install --quiet --yes -c conda-forge \
# Install the palmerpenguins dataset
RUN Rscript -e "devtools::install_github('allisonhorst/[email protected]')"

# Install ISLR package for the Credit data set
RUN Rscript -e "install.packages('ISLR', repos='http://cran.us.r-project.org')"

# Install jupyter extensions (nbgitpuller, git, jupytext)
USER root

Expand Down

0 comments on commit 1f6488c

Please sign in to comment.