Closed ErikSchierboom closed 1 month ago
ci.yml
:
run: |
install.packages(c("testthat", "jsonlite", "lintr", "dplyr"))
Do we need to add "tidyverse" to match last year's changes to the test runner? This really isn't my expertise!
Do we need to add "tidyverse" to match last year's changes to the test runner? This really isn't my expertise!
We do. I'll fix this tomorrow!
Given our 9h time difference, I went ahead and attempted the fix: PR #368.
@ErikSchierboom, can you review this? You'll see that I had a couple of attempts, deciding along the way that we don't need all of tidyverse
for Exercism purposes.
This looks like a problem with the way CI is set up, probably?
I just checked in the Exercism online editor, and that is happy with
library(stringr)
.