Difference between R.3.4.4 and R.3.5.1 in R API for C
问题 I have a C++ program that uses R API to send commands to R and display the result. Once reduced to it's minimal form, it's an R console coded in C++. It used to work fine (most of the time) with R.3.4.3 and R.3.4.4, but everything falls appart when I tried to make the transition to R.3.5.1. For some commands (typically a call to "par", or "barplot", or anything related to graphics), I get the error message: " Error in < My command > : the base graphics system is not registered " I never