vote up 4 vote down star
2

Are there any websites or blogs with programming challenges specifically for R users?

flag

3 Answers

vote up 3 vote down

I don't know of any specifically for R users. But you'll find a good number of R entries on the Project Euler challenge. See this blog, for example:

link|flag
Project Euler can be used for any language. I used it for Python and F# myself. – Tacoman667 Jul 23 at 2:53
vote up 2 vote down

I don't know about any specific to R, but there are quite a few questions tagged code-golf, here on Stack Overflow. Many of them are language agnostic, but not all.

Another area of the site that I like to visit are the questions tagged rosetta-stone. Those questions specifically ask for answers from every programming language.

link|flag
vote up 1 vote down

I haven't heard of any, but you could visit some math-oriented challenges, where you can solve problems in any programming language you wish. One I know is http://projecteuler.net

Bah, someone was faster ;). A thing to be added: after you solve a riddle there, you can see others posts on it, many people submit they code, I saw some R code there afair.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.