diff --git a/Import_with_haven/lesson.yaml b/Import_with_haven/lesson.yaml index 5e205b5..b2cb903 100644 --- a/Import_with_haven/lesson.yaml +++ b/Import_with_haven/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Import_with_readr/lesson.yaml b/Import_with_readr/lesson.yaml index 6a80c80..258a59c 100644 --- a/Import_with_readr/lesson.yaml +++ b/Import_with_readr/lesson.yaml @@ -24,6 +24,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Import_with_readxl/lesson.yaml b/Import_with_readxl/lesson.yaml index 784907f..dd3598c 100644 --- a/Import_with_readxl/lesson.yaml +++ b/Import_with_readxl/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Import_with_rvest/lesson.yaml b/Import_with_rvest/lesson.yaml index 80b9c2c..117202f 100644 --- a/Import_with_rvest/lesson.yaml +++ b/Import_with_rvest/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Introduction_to_pipes/lesson.yaml b/Introduction_to_pipes/lesson.yaml index ba6239d..7a7fa31 100644 --- a/Introduction_to_pipes/lesson.yaml +++ b/Introduction_to_pipes/lesson.yaml @@ -24,6 +24,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Introduction_to_tibbles/lesson.yaml b/Introduction_to_tibbles/lesson.yaml index ec3daa0..2fb79ff 100644 --- a/Introduction_to_tibbles/lesson.yaml +++ b/Introduction_to_tibbles/lesson.yaml @@ -24,6 +24,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Model_with_tidymodels/lesson.yaml b/Model_with_tidymodels/lesson.yaml index be523b9..1cc6559 100644 --- a/Model_with_tidymodels/lesson.yaml +++ b/Model_with_tidymodels/lesson.yaml @@ -30,6 +30,8 @@ any_of_exprs( 'install.packages(pkgs = "tidymodels")', 'if (!require("tidymodels")) install.packages(pkgs = "tidymodels")', + 'install.packages("tidymodels")', + 'if (!require("tidymodels")) install.packages("tidymodels")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Program_with_purrr/lesson.yaml b/Program_with_purrr/lesson.yaml index 65ffb7f..0a3ea21 100644 --- a/Program_with_purrr/lesson.yaml +++ b/Program_with_purrr/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Tidy_with_tibble/lesson.yaml b/Tidy_with_tibble/lesson.yaml index ee7204d..bb401f0 100644 --- a/Tidy_with_tibble/lesson.yaml +++ b/Tidy_with_tibble/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Tidy_with_tidyr/lesson.yaml b/Tidy_with_tidyr/lesson.yaml index 6bccf15..ad212d4 100644 --- a/Tidy_with_tidyr/lesson.yaml +++ b/Tidy_with_tidyr/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Transform_with_dplyr_I/lesson.yaml b/Transform_with_dplyr_I/lesson.yaml index 634f68e..5c9359c 100644 --- a/Transform_with_dplyr_I/lesson.yaml +++ b/Transform_with_dplyr_I/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Transform_with_dplyr_II/lesson.yaml b/Transform_with_dplyr_II/lesson.yaml index 1ec4ff6..723ef43 100644 --- a/Transform_with_dplyr_II/lesson.yaml +++ b/Transform_with_dplyr_II/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Transform_with_dplyr_III/lesson.yaml b/Transform_with_dplyr_III/lesson.yaml index d58f42e..c7db307 100644 --- a/Transform_with_dplyr_III/lesson.yaml +++ b/Transform_with_dplyr_III/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Transform_with_dplyr_IV/lesson.yaml b/Transform_with_dplyr_IV/lesson.yaml index cf555d7..24c160e 100644 --- a/Transform_with_dplyr_IV/lesson.yaml +++ b/Transform_with_dplyr_IV/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Transform_with_forcats/lesson.yaml b/Transform_with_forcats/lesson.yaml index 2fd4709..3a1b5b8 100644 --- a/Transform_with_forcats/lesson.yaml +++ b/Transform_with_forcats/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Transform_with_lubridate/lesson.yaml b/Transform_with_lubridate/lesson.yaml index db00a3a..711d76c 100644 --- a/Transform_with_lubridate/lesson.yaml +++ b/Transform_with_lubridate/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Transform_with_stringr/lesson.yaml b/Transform_with_stringr/lesson.yaml index ec1fcb6..3d8cba7 100644 --- a/Transform_with_stringr/lesson.yaml +++ b/Transform_with_stringr/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Visualize_with_ggplot2_I/lesson.yaml b/Visualize_with_ggplot2_I/lesson.yaml index 7449f7f..b7ad08f 100644 --- a/Visualize_with_ggplot2_I/lesson.yaml +++ b/Visualize_with_ggplot2_I/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Visualize_with_ggplot2_II/lesson.yaml b/Visualize_with_ggplot2_II/lesson.yaml index 744ad1a..6838ed1 100644 --- a/Visualize_with_ggplot2_II/lesson.yaml +++ b/Visualize_with_ggplot2_II/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().' diff --git a/Visualize_with_ggplot2_III/lesson.yaml b/Visualize_with_ggplot2_III/lesson.yaml index 9adf641..a5c3015 100644 --- a/Visualize_with_ggplot2_III/lesson.yaml +++ b/Visualize_with_ggplot2_III/lesson.yaml @@ -27,6 +27,8 @@ any_of_exprs( 'install.packages(pkgs = "tidyverse")', 'if (!require("tidyverse")) install.packages(pkgs = "tidyverse")', + 'install.packages("tidyverse")', + 'if (!require("tidyverse")) install.packages("tidyverse")', 'skip()' ) Hint: 'If the package is already installed, type skip().'