r icon indicating copy to clipboard operation
r copied to clipboard

Exercism exercises in R.

Results 37 r issues
Sort by recently updated
recently updated
newest added

Another concept without an exercise at present. I'll try to come up with something but may need to crowd source ideas. This situation will become increasingly common as we move...

I'm still working on the `need-for-speed` exercise to go with this - to follow.

I don't yet have an exercise to match this concept. I'll try to add one in the next few days.

Iterating over vectors, looping with `while`, etc. A bit of a side-branch in the R syllabus.

Finding an exercise that illustrates loops and runs cleanly in the test runner has been a problem. This one feels quite contrived in places, but it's the best I've got...

Exercise for the `switch` concept, though it also practices `conditionals` covered previously.

I think this one is small, simple and self-contained.

Only really covers `sample()` and `runif()`. The `about.md` mentions the large number of other options but without detail.

Exercise to learn `sample()` and `runif()`. Testing relies on doing many runs, so we need to be aware of how this affects the test runner. For what it's worth, it...

Covers `NULL` and `NA`. The `about.md` also mentions `NaN` and `Inf`.