I am looking for a web based interpreter for the language R.
To be more precise , i am looking for a IDE like http://codepad.org/ where i can provide the code and the server should execute and provide me with the output.
I went through applications like Rapache but then they don’t fit my requirement as they are not made to accept code from client , execute it and provide the result.
In short , i could find web application which takes input from the user , execute a specific R script and then place the output in a neatly formated way but not a web application which accepts R code ,execute it and then place it in a neat way.
A few possibilities come to mind:
/plain/into your script and be able to get a URL that can be sourced directly in R. For example, if the URL for your script online is “http://ideone.com/PIkeD“, then you can usesource("http://ideone.com/plain/PIkeD")to load your script directly from the ideone servers.Stuck at version 2.11Might not always be the most current version of R. Presently at 3.2.2. Can’t install other packages. Output doesn’t show in the embed script provided.Cloudstat console runs a more recent version of R (2.15.1) with quite a few commonly used package. It used to have a really interesting blog/notebook interface that integrated code and the output, but that doesn’t seem to be available at the moment.- Pro: Useful for running something fairly straightforward in a pinch.
- Cons: Can’t install other packages. Output is not formatted in code blocks, so is not easily readable. At the moment, can’t save or share the code you’ve run.
Updated January 10, 2014
Recently, there has also been a decent amount of buzz around R-Fiddle as an interesting way to share R code. It looks like it is what powers the awesome http://www.rdocumentation.org/ site.