Hi,
can somebody tell me, if there is a C or C++ Interface to the R? Reading the documentation, FAQ, CRAN etc. I found nothing. But as i am very new to R, I might have not searched in the right place.
Yes, there is. You want to look in the "Writing R Extensions" manual.
The easiest thing is to write C routines to be called from R, but you can also call some R functions or R itself from a C program.
Duncan Murdoch
______________________________________________ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel