You should probably try 'verbose = TRUE'.

Davor

On July 21, 2010 06:44:05 am param jeet wrote:
> Hello Mr. Romain,
>   Thanks for replying. Yes it is window. How to check R is correctly
> installed?
> Even with verbose it does not work. It give the same error. I am
> printing sessionInfo() result and cxxfunction with verbose below.
[...]
>  fx <- cxxfunction( signature(x = "integer", y = "numeric" ) , '
> + return ScalarReal( INTEGER(x)[0] * REAL(y)[0] ) ;
> + ' ,verbose = FALSE)
> ERROR(s) during compilation: source code errors or compiler
> configuration errors!
[...]
_______________________________________________
Rcpp-devel mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to