Skip to content

Commit

Permalink
added palmerpenguins
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jan 18, 2021
1 parent c3c719a commit b58cf97
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 @@ -15,6 +15,9 @@ RUN conda install --quiet --yes -c conda-forge \
r-testthat=2.3.* \
r-rpostgres=1.2.*

# Install the palmerpenguins dataset
RUN Rscript -e "devtools::install_github('allisonhorst/[email protected]')"

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

Expand Down

0 comments on commit b58cf97

Please sign in to comment.