Hi, I' developing a c++ application that uses RInside and Rcpp to pass user defined R-code to R and get the results back. I have two problems
1. if there is an error in the .R file that I evaluate using parseEvalQ, I don not get the error back. I just get the text of the R file back. 2. Whenever a call to parseEvalQ results in a error (i.e the above mentioned situation), all subsequent calls to parseEvalQ fail. Any help is much appreciated. Thanks Pratibha
_______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel