vote up 0 vote down star

Hello,

I'm thinking to start learning R, but I want to know one thing, Is it embeddable(Windows CE, Palm OS)?

flag

3 Answers

vote up 2 vote down check

R can be embedded, and this is documented in the R Extensions manual (see the manuals page for more).

The RInside classes make it easy to embed R inside C++ applications (at least on Linux / OS X). Windows has (D)COM.

But what probably meant to ask were 'ports of R to embedded devices' and that has come up a few times over the years on the mailing lists starting with the Sharp Zaurus etc. Windows CE and Palm OS are non-starters due to the differences in the toolchain (as you will find out, even on Windows the MinGW tools need to be used).

link|flag
Hum, that's very nice, then I can use a ARM C++ compiler to do it! Thanks. – Nathan Campos Nov 5 at 0:53
1  
There is a MinGW/gcc port to Windows CE, though: cegcc.sourceforge.net. – Brooks Moses Nov 5 at 19:23
1  
Interesting. Some people must have a high tolerance for pain. – Dirk Eddelbuettel Nov 5 at 19:38
vote up 2 vote down

R has also been used on the iPhone and Google Android, if you're looking for a mobile OS.

link|flag
lol, this is very cool! – Nathan Campos Nov 5 at 15:15
vote up 1 vote down

Certainly not on Palm OS. Plus, most of the interaction is through the console, so typing with the virtual keyboard will be painful.

link|flag
But I have a keyboard for it, also there are many of this language types for Palm OS. – Nathan Campos Nov 5 at 0:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.