Installing R packages RCurl and XML on a fresh Ubuntu 14.04 LTS throws a few errors.
RCurl throws the following error:
1 2 3 | |
The fix is easy. Install libcurl4:
1
| |
And then re-install the RCurl package.
XML throws another error:
1 2 3 | |
To fix it install libxml2:
1
| |
And then re-install the XML package.