[Rcpp-devel] cxxfunction()

Davor Cubranic cubranic at stat.ubc.ca
Wed Jul 21 16:49:51 CEST 2010


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!
[...]


More information about the Rcpp-devel mailing list