Skip to content
Prev 31684 / 398506 Next

Compile R into a standalone EXE for WINNT

On Tue, 6 May 2003, Falk Huettmann wrote:

            
To do what exactly?  You cannot compile R code to machine code: you need
an R interpreter.

I don't see the point of having a single script as an application anyway: 
don't you need some control, e.g. of the input?

It is possible to write a graphical front end in e.g. Visual Basic and use 
that to send a script to an embedded R interpreter (most easily by DCOM 
under Windows, but it can be done directly).

Perhaps you could start at the beginning and tell us what you want to 
achieve (rather than asking for some specific technical solution)?