[R] Calculus package for R

2011-12-27 Thread Jawad Elomari
Hi guys, Is there an R package for calculus operations (e.g. limits, derivatives... etc.)? Regards, __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] Calling R functions from C++ under VS2005

2011-12-22 Thread Jawad Elomari
Hi, I'm trying to call some of R's statistical functions within my C++ code, developed under VS2005, but I can't seem to find out how to do it. I tried RInside and Rcpp, but they either don't work on Windows or with VS. Is there a way to do this? Appreciate the help. Regards,