Skip to content
Prev 42265 / 398500 Next

question: DLL or EXE from R procedures

While Uwe is correct about the absence of a compiler for R, one 
can call R from other languages such as C.  A description of this can be 
found, e.g., from R 1.8.1, help.start() -> "Writing R Extensions" -> 
"Evaluating R expressions from C".  Also, the many R functions actually 
call C code, which could be called directly. 

      hope this helps. 
      spencer graves
Uwe Ligges wrote: