Skip to content

Commit

Permalink
CI: add tidyverse (#368)
Browse files Browse the repository at this point in the history
* Add tidyverse to CI

* selective addition of tidyverse packages
  • Loading branch information
colinleach authored Oct 16, 2024
1 parent d0210c5 commit 9e5593b
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", "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 9e5593b

Please sign in to comment.