[Rcpp-devel] Compiling packages using Rcpp code under R devel
Søren Højsgaard
sorenh at math.aau.dk
Mon Jan 28 23:39:29 CET 2013
Dear all,
I was checking one of my packages (gRbase) under R-devel and got
* checking compiled code ... NOTE
File 'C:/Documents/stat/Rdevel/GMwR-DEVEL/gRbaseDEVEL/gRbase.Rcheck/gRbase/libs/i386/gRbase.dll':
Found non-API calls to R: 'Rf_EncodeComplex', 'Rf_EncodeReal',
'Rf_formatComplex', 'Rf_formatReal'
File 'C:/Documents/stat/Rdevel/GMwR-DEVEL/gRbaseDEVEL/gRbase.Rcheck/gRbase/libs/x64/gRbase.dll':
Found non-API calls to R: 'Rf_EncodeComplex', 'Rf_EncodeReal',
'Rf_formatComplex', 'Rf_formatReal'
Compiled code should not call non-API entry points in R.
I guess this is something related to Rcpp, but I am not sure. Any help on this?
Regards
Søren
More information about the Rcpp-devel
mailing list