Hi folks,
We've just installed R 3.6.3, downloaded from CRAN project site, on our SAS Linux server (running RedHat). After the R installation was completed, we tested the R installation through R commands and works fine.
We added the RLANG command and the R_HOME on sasv9.cfg. We verified the path for R_HOME using R.home() command.
After that, we tried to validate if we could call and execute R through SAS EG using:
proc iml;
submit/r;
endsubmit;
quit;
The following errors occurs:
ERROR: SAS could not initialize the R language interface.
ERROR: The R shared library could not be loaded: /usr/local/lib64/R/lib/libR.so
Any help?
Regards,