I’m thinking to start learning R, but I want to know one thing, Is it embeddable(Windows CE, Palm OS)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).