Re: [Rd] R on Google Android

2009-10-11 Thread Mikkel Meyer Andersen
Simon, 2009/10/12 Simon Urbanek : > > On Oct 11, 2009, at 9:17 PM, Mikkel Meyer Andersen wrote: > >> Simon, >> >> Thanks for your answer. >> >> Do you have a link describing the procedure on compiling for iPhone or is >> it really just ready out of the box? > > You can compile R itself (libR) out

Re: [Rd] R on Google Android

2009-10-11 Thread Simon Urbanek
On Oct 11, 2009, at 9:17 PM, Mikkel Meyer Andersen wrote: Simon, Thanks for your answer. Do you have a link describing the procedure on compiling for iPhone or is it really just ready out of the box? You can compile R itself (libR) out of the box just using regular cross-compilation. Th

Re: [Rd] R on Google Android

2009-10-11 Thread Mikkel Meyer Andersen
Simon, Thanks for your answer. Do you have a link describing the procedure on compiling for iPhone or is it really just ready out of the box? A description would help me trying to do it with Android. I've done some searching, but the only relevant hit I've found is http://ephphatharesearch.com/Ep

Re: [Rd] R on Google Android

2009-10-11 Thread Simon Urbanek
Mikkel, On Oct 11, 2009, at 6:38 AM, Mikkel Meyer Andersen wrote: As a follow-up on [1], I'd like to raise the question of whether it's practically possible to compile R to the Google Android mobile platform? The best way would probably be to use the Native Developer Kit [2], NDK, and in that

[Rd] R on Google Android

2009-10-11 Thread Mikkel Meyer Andersen
Hi. As a follow-up on [1], I'd like to raise the question of whether it's practically possible to compile R to the Google Android mobile platform? The best way would probably be to use the Native Developer Kit [2], NDK, and in that way get a library. This could then be interfaced to by a Java-pro