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:
PaTa PaTaS wrote:
Hi, I wonder if it is possible to create an DLL or EXE file performing R procedures. Instead of running R, reading data and calling some procedures, I would like to use R functions in the following way: "C:\linearRegression.exe data.txt" which would produce let's say file "output.txt" with the results. Is there some way how to do it? Thanks a lot. Pavel Vanecek
No. There is not compiler for R code available. Uwe Ligges
______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help