Displaying 1 result from an estimated 1 matches for "suppressmessagessymbol".
2015 Dec 11
1
Runtime error when run a RInside program compiled by intel c++ on windows
.... It gives following message after
Rf_initEmbeddedR():
Warning message:
In local(( :bytecode version mismatch: using eval
Error in objects(db.pos, all.name = TRUE) :
3 arguments passed to .Internal(ls) which requres 2
And it gives following error after Rf_eval(Rf_lang2(suppressMessagesSymbol,Rf_lang2(requireSymbol, Rf_mkString("Rcpp"))),R_GlobalEnv)
Error in .Internal(getOption(x)):
there is no .Internal function 'getOption'
Execution halted.
Does anyone know how to fix this error? Thanks....