Skip to content

Com Interface

4 messages · Markus Dueringer, root, Peter Dalgaard +1 more

#
Hi,

could you please tell me what the current status of Rs com interface is and
what your future plans are (if any)

Regards

Markus Dueringer

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Has anyone ported R to the WinCE OS?
Indeed, does anyone know of _any_ statistics software for this OS?

Stuart

Dr Stuart Leask MA MRCPsych, Clinical Lecturer in Psychiatry
University of Nottingham Dept of Psychiatry, Duncan Macmillan House
Porchester Road, Nottingham. NG3 6AA. UK
http://www.nottingham.ac.uk/psychiatry/staff/sjl.html

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
"Stuart Leask" <stuart.leask at nottingham.ac.uk> writes:
Looks like cross-compiling environments for this are in their infancy. 
Have a look at

http://groups.yahoo.com/group/wince-devel/messagesearch?query=gcc

It seems like someone is pulling the strings together, but I wouldn't
hold my breath. My impression is that it is like the Win32
crosscompilers 5 years ago. Major tinkering is involved.

Notice that you need to specify the chip architecture for these
devices. R runs on the mips and arm architectures under Linux (which
implies that the gcc compiler target exists and works at least
reasonably), but with some bad problems (bad as in "can't do
postscript plots").
#
On 6 Feb 2002, Peter Dalgaard BSA wrote:

            
My understanding was that WinCE was no more (read `Pocket Windows 2002')
and that all current implementations used the same chip (StrongArm as I
recall).

I think the big problem would be an IEEE-compliant run-time system.
R won't even build under VC++ on win32 because of problems there, and we do
use msvcrt.dll.

If there is spare Windows programming expertise available, we need it for
win32 ....