Skip to content

Commit

Permalink
selective addition of tidyverse packages
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleach committed Oct 15, 2024
1 parent 4f73c37 commit d7b5f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install project dependencies
run: |
install.packages(c("testthat", "jsonlite", "lintr", "tidyverse", "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
Expand Down

0 comments on commit d7b5f9e

Please sign in to comment.