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

This is my fix to the previous pull-request on #123. Using GitKraken as GUI tool for Git, created new branch `affin-cipher-fix`. The problem was that my previous branch `affine-cipher` had...

As discussed in https://github.com/exercism/problem-specifications/pull/1438 and other issues/PRs linked there, I would like to suggest that the R track adds test for rotation keys 26. What do you think? Things I...

enhancement
question

Becuase total is a float it is actually comparing: `Error: Test failed: 'returns the total number of square on the board' * total() not equal to 1.844674e+19.` If you use...

bug
enhancement
question

Having completed all the core exercises and most of the side exercises on the R track, it's become clear to me that while Exercisms testing model works well enough for...

Testing a to_rna solution with tio.run, I got a syntax error before stop() because student tests empty string instead of null. Would it be possible to add a second argument...

The linter is going to complain. Too bad, it's a long URL inside a comment, so live with it. More seriously, I'm not thrilled with the `example.R`. I had hoped...