From 9e5593b4ff27e74496f0bdeb442d8706d98333eb Mon Sep 17 00:00:00 2001 From: colinleach Date: Tue, 15 Oct 2024 22:48:42 -0700 Subject: [PATCH] CI: add tidyverse (#368) * Add tidyverse to CI * selective addition of tidyverse packages --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eac9428..d643d9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Install project dependencies run: | - install.packages(c("testthat", "jsonlite", "lintr", "dplyr")) + install.packages(c("testthat", "jsonlite", "lintr", "dplyr", "stringr", "readr", "purrr", "tibble")) shell: Rscript {0} - name: Run exercism/r ci (runs tests) for all exercises