Skip to content
Prev 169492 / 398506 Next

R on Mobile Devices (Android)

2009/2/6 Harsh <singhalblr at gmail.com>:
First, rewrite R in Java. Good luck with that!

http://code.google.com/android/kb/general.html#c
I think having the analytical engine on the phone is probably not a
good idea for something that is pretty much connected all the time.
Better to have a lightweight data collection engine reporting back to
an analytical engine on a server somewhere. Then the analytical engine
generates reports on a web page.

 The data collection engine could do trivial summaries, statistics and
graphics in Java without needing R. If you wanted to do complex time
series analysis then that would be a job for the off-phone server.

Barry