From ad1f99cde286ba61459f75d7a123e501922d1e88 Mon Sep 17 00:00:00 2001 From: Katie Burak Date: Fri, 18 Oct 2024 13:36:44 -0700 Subject: [PATCH] fixed typo --- 561/.DS_Store | Bin 6148 -> 6148 bytes 561/autograder-r/Dockerfile | 2 +- 561/r/Dockerfile | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/561/.DS_Store b/561/.DS_Store index 446dd3ad11a3eedf8db819065511bae3941dff66..da870387d615f1cb9d8fd0a1f51eabef1a40801d 100644 GIT binary patch delta 34 hcmZoMXffEZiiyogN5R;@Z1M)CHwdQv=7-G6A^^HX3W5Lt delta 34 hcmZoMXffEZiiyowN5R;@Wby{4HwdQv=7-G6A^^HC3V;9r diff --git a/561/autograder-r/Dockerfile b/561/autograder-r/Dockerfile index bc97de1..2ad3f9e 100644 --- a/561/autograder-r/Dockerfile +++ b/561/autograder-r/Dockerfile @@ -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 diff --git a/561/r/Dockerfile b/561/r/Dockerfile index 84ee487..542702f 100644 --- a/561/r/Dockerfile +++ b/561/r/Dockerfile @@ -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