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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -