Can Ruby interface with r?

Viewed 5651

A friend needs to do some R programming for her PhD and since I'm a programmer, asked me to give her a hand.

So I took a look at some r related webstuff and discovered that you can interact with it through RPy (python) and statistics::R (perl). Is there a way for Rubyists to hook into R?

Is there a dummy's guide to learning R (like a video series)?

4 Answers
Related