On Aug 25, 2010, at 4:23 PM, Carl Witthoft wrote: > No, seriously: I've had more than one person at work wonder what math > toolset could be loaded onto iOS. So, before Matlab, FreeMat, Mathematia, > SciLab, Octave, or numpy (:-) ) produces a version for iPad, any chance > someone is working on R for iPad?
See this coverage of recent discussions at R-Bloggers: http://www.r-bloggers.com/could-we-run-a-statistical-analysis-on-iphoneipad-using-r/ Unless you are willing to jailbreak the devices, the basic answer is not as a traditional stand alone application. However, using a client/server model based GUI application (think Wolfram|Alpha) or via a web browser connecting to a remote R server, yes you can. HTH, Marc Schwartz ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.