tags:

views:

245

answers:

2

I really love to see something like Reinteract for R. I have been battling with the sourcecode of Reinteract to be able to run it for R. (It is in Python) any ideas on how one may get it to work for R? it is a very useful kind of editor

A: 

Have you tried using RPy? It would let you keep the Python code and pass R code to the R interpreter for evaluations.

ars
+2  A: 

I would suggest to use Eclipse with the StatET plug-in: although it may sound overkill to use an IDE as a GUI, it has loads of interesting features including (but by far not limited to)

  • code templates
  • code completion
  • full history (with limited search)
  • local cvs
  • support for bookmarks

It works great for me on windows. I would also have a look at BioCEP

(Sorry that I cannot provide all the links but apparently new users are only allowed to post one link at a time)

Hope this helps,

Yann

Yann Abraham