Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
katieburak committed Oct 18, 2024
1 parent cf2a24e commit ad1f99c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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 @@ -5,7 +5,7 @@ FROM prairielearn/grader-r:latest
RUN R -e "install.packages(c('rlang', 'vctrs', 'tidyselect', 'pillar', 'cli', 'lifecycle', 'glue', 'tibble', 'purrr', 'ellipsis'), repos='https://cloud.r-project.org/')"

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

# Install the pre-defined R packages
RUN install2.r -e $R_PACKAGES
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 GGalley rsample"
ENV R_PACKAGES="infer palmerpenguins broom GGally rsample"

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

0 comments on commit ad1f99c

Please sign in to comment.