search for: rf_endembedded

Displaying 2 results from an estimated 2 matches for "rf_endembedded".

Did you mean: rf_endembeddedr
2018 Jul 12
2
R API for C/C++ initialisation issue appears with update to R.3.5
Hello everyone, I have a C++ program that calls R using R_tryEval, very similarly to what package RInside does. It used to work with R.3.4.3 and R.3.4.4. However, since I updated it to R.3.5.1, R sends an error message: "*Error in < My command > : the base graphics system is not registered*" for any command related to the graphics package. I made a ticket on stackoverflow about
2018 Jul 12
0
R API for C/C++ initialisation issue appears with update to R.3.5
You might have more luck getting help with a completely self-contained example (no QT in particular) and a complete description of how you built and ran your example. That said, the placement of the call to Rf_endEmbedded looks a little odd. Best, luke On Thu, 12 Jul 2018, And?ol Evain wrote: > Hello everyone, > > I have a C++ program that calls R using R_tryEval, very similarly to what > package RInside does. > It used to work with R.3.4.3 and R.3.4.4. However, since I updated it to > R.3.5.1,...