Skip to content

Commit

Permalink
added ISLR package
Browse files Browse the repository at this point in the history
  • Loading branch information
katieburak committed Oct 24, 2024
1 parent ad1f99c commit b0aafd5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified .github/.DS_Store
Binary file not shown.
Binary file modified 561/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion 561/autograder-r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM prairielearn/grader-r:latest

# Ensure all critical dependencies are up-to-date
RUN R -e "install.packages(c('rlang', 'vctrs', 'tidyselect', 'pillar', 'cli', 'lifecycle', 'glue', 'tibble', 'purrr', 'ellipsis'), repos='https://cloud.r-project.org/')"
RUN R -e "install.packages(c('rlang', 'vctrs', 'tidyselect', 'pillar', 'cli', 'lifecycle', 'glue', 'tibble', 'purrr', 'ellipsis', 'ISLR'), repos='https://cloud.r-project.org/')"

# Define additional packages that are specific to this course
ENV R_PACKAGES="tidyverse infer palmerpenguins broom GGally rsample"
Expand Down
2 changes: 1 addition & 1 deletion 561/r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ubcmds/base-r:a8ff64d

# Define additional packages that are specific to this course
ENV R_PACKAGES="infer palmerpenguins broom GGally rsample"
ENV R_PACKAGES="infer palmerpenguins broom GGally rsample ISLR"

# Install the pre-defined R packages
RUN install2.r -e $R_PACKAGES
Expand Down

0 comments on commit b0aafd5

Please sign in to comment.