[Rcpp-devel] RInside and the source command
Mark Lilback
mlilback at stat.wvu.edu
Wed May 14 21:53:10 CEST 2014
I’ve got an application using RInside that seems to work fine, except for the source command. I’ve built it with RINSIDE_CALLBACKS defined. When I execute the following, the WriteConsole callback is never called. Direct commands work fine, just not any run via source. The script is there (an error results if I put a typo in the file name).
_R->parseEvalQNT("source(file=\"sample123.R\", print.eval=TRUE, verbose=TRUE)”);
Am I messing something obvious? Looking through the source for source I don’t see how the verbose stuff isn’t being printed.
--
Mark Lilback
West Virginia University Department of Statistics
mlilback at stat.wvu.edu
More information about the Rcpp-devel
mailing list