exercism / r

Exercism exercises in R.
https://exercism.org/tracks/r
MIT License
27 stars 38 forks source link

Pop count - Added practice exercise #317

Closed Nerwosolek closed 9 months ago

Nerwosolek commented 9 months ago

I've added pop-count exercise as @colinleach and @jonmcalder suggested.

Somehow during autogeneration config.json was changed in other parts also, I guess only for formatting issues.

github-actions[bot] commented 9 months ago

Hello. Thanks for opening a PR on Exercism 🙂

We ask that all changes to Exercism are discussed on our Community Forum before being opened on GitHub. To enforce this, we automatically close all PRs that are submitted. That doesn't mean your PR is rejected but that we want the initial discussion about it to happen on our forum where a wide range of key contributors across the Exercism ecosystem can weigh in.

You can use this link to copy this into a new topic on the forum. If we decide the PR is appropriate, we'll reopen it and continue with it, so please don't delete your local branch.

If you're interested in learning more about this auto-responder, please read this blog post.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

jonmcalder commented 9 months ago

@Nerwosolek Thanks! Will review this when I get a gap.

@colinleach you'll probably beat me to it so feel free to review and provide feedback or merge if you're happy.

jonmcalder commented 9 months ago

I agree that the changes to config are just formatting (whitespace and ordering of fields), so presumably that's just a recent-ish improvement to configlet.

Happy to merge - thanks again @Nerwosolek and to @colinleach for reviewing!