Hello
I had no problem to install and run mro 3.2.5 on ubuntu machine but when I try to install and run 3.3.1, I can no longer run R. What I did was " sudo ./install.sh -a -u" and then ln -s ..../R /usr/bin and ln -s .../Rscript /usr/bin.
When I issue the command R on a terminal I got an infinite number of the following error msg:
> Error in nchar(dcall, type = "w") :
4 arguments passed to .Internal(nchar) which requires 3
In addition: Warning message:
An unusual circumstance has arisen in the nesting of readline input. Please report using bug.report()
When I try to call RStudio the following error msg comes up:
<style type="text/css">p, li { white-space: pre-wrap; } </style>
R shared library (/usr/lib64/microsoft-r/3.3/lib64/R/lib/libR.so) not found. If this is a custom build of R, was it built with the --enable-R-shlib option?
The old version, that is, 3.2.5 does have libR.so but the new one does not seem to have it.
What am I doing wrong?
Many thanks
Ed