Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to run R from a tablet using Honeycomb (Android 3.0)?

I have a Xoom tablet and it would be great if I could run statistical analysis using R on it. As far as I know it is not possible to use R on iPad due to license problems (GPl x iTunes etc.) and a lack of compiler for Fortran in the Apple tablet.

But what about tablets using android? Arguably, the GPL issue is not a problem, so any help here on how to use R on my tablet?

like image 586
Manoel Galdino Avatar asked Apr 18 '11 11:04

Manoel Galdino


2 Answers

I used Linux Installer from http://android.galoula.com/en/LinuxInstall/ (my Dezire Z was rooted beforehand), installed stable debian and R! on this Linux install. I`m not a Linux-geek and total time for installation (first time loop file size was insufficient, and I repeated the whole process) wass less than hour however.


(source: gyazo.com)

like image 117
Andrew Avatar answered Sep 28 '22 01:09

Andrew


At some point, smartphones and tablets will have browsers capable enough to run RStudio in its server mode via the browser. Currently, the latter demands too much in terms of newer GWT, Javascricpt, ... magic that it remains limited to (recent enough) desktop browsers; see here for a bit more on this.

You can always ssh out though. Connectbot is a capable ssh client for Android, and of course free. No graphs though.

like image 39
Dirk Eddelbuettel Avatar answered Sep 27 '22 23:09

Dirk Eddelbuettel