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
[email protected]


_______________________________________________
Rcpp-devel mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to