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

Add run-length-encoding exercise #365

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Add run-length-encoding exercise #365

merged 1 commit into from
Oct 16, 2024

Conversation

ErikSchierboom
Copy link
Member

No description provided.

@colinleach
Copy link
Contributor

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).

@colinleach
Copy link
Contributor

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!

@ErikSchierboom
Copy link
Member Author

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!

@colinleach
Copy link
Contributor

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.

@colinleach colinleach mentioned this pull request Oct 15, 2024
@colinleach colinleach merged commit 8089079 into main Oct 16, 2024
3 checks passed
@colinleach colinleach deleted the run-length-encoding branch October 16, 2024 13:57
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