Get error details when using Rf_initEmbeddedR to embed R within a C++ application -
so using setup_rmainloop()
initializing r environment embedded within c++ project had problems saving images device , changed code use rf_initembeddedr(0, null)
, worked fine
but problem whenever error running statement , don't error details.
for ex , following r script
x<- 2 abc()
used return following error if used setup_rmainloop() :
error: not find function "abc"
but rf_initembeddedr(0, null)
, don't error details.
any ideas how can error details ?
Comments
Post a Comment