Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: add tidyverse #368

Merged
merged 2 commits into from
Oct 16, 2024
Merged

CI: add tidyverse #368

merged 2 commits into from
Oct 16, 2024

Conversation

colinleach
Copy link
Contributor

I tried adding tidyverse as a full package, but got alarmed when GH took 11m36s to install the dependencies (lots of C++17 compilation).

Thinking about it some more, we definitely don't need ggplot2 (a big plotting package), and probably don't need tidyr or forcats (mainly about data cleaning). Adding "dplyr", "stringr", "readr", "purrr", "tibble" brought installation time down to 6m20s. I assume GH will cache the results somewhere?

@colinleach
Copy link
Contributor Author

For anyone wondering, this is prompted by PR #365 and problems Erik hit in that case.

@colinleach colinleach changed the title Ci add tidyvese Ci add tidyverse Oct 15, 2024
@colinleach colinleach changed the title Ci add tidyverse CI: add tidyverse Oct 15, 2024
@ErikSchierboom
Copy link
Member

I assume GH will cache the results somewhere?

Not automatically, no. But let's see how bad it is. Maybe the R action does add some caching. If not, we can add it ourselves.

@ErikSchierboom ErikSchierboom merged commit 9e5593b into exercism:main Oct 16, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants