Error installing R package for Linux
It seems that when running R in Linux is necessary to install some build tools. As in this case, in the terminal:
sudo apt-get install libgeos-dev
Then try package install again.
hints from here
It seems that when running R in Linux is necessary to install some build tools. As in this case, in the terminal:
sudo apt-get install libgeos-dev
Then try package install again.
hints from here