Skip to content
Prev 2888 / 3656 Next

libR.so error to install R-3.5.0 in Ubuntu 18.04

You can make sure you have all packages required to build with

apt-get build-dep r-base

Note that you shouldn't use sudo to make, just the usual

./configure
make
sudo make install

Best,
Ista
On Wed, Jun 20, 2018 at 6:12 PM, Yifang Tan <yifangt at gmail.com> wrote: