help on Rpad the online R interface
I try to use Rpad
http://code.google.com/p/rpad/
http://rpad.googlecode.com/svn-history/r76/Rpad_homepage/index.html
I have installed it on my machine using install.packages("Rpad")
executing the commands
library(Rpad)
Rpad()
have launched in my browser the webpage http://127.0.0.1:8079/
I clicked on "New Rpad page"开发者_如何学编程
But this page doesnt seam to be editable (I use chrome as browser)
Any idea to help me on this?
I could not find any tutorial for this package.
There hasn't been any maintenance on Rpad for years (the package was last updated in 2007, and the Rpad website has been down for almost as long) – I'd be surprised if it worked with any modern browser. Read the web interfaces section of the FAQ for alternatives.
精彩评论