Thursday 23 January 2014

Rstudio shows error ** package ‘RCurl’ successfully unpacked and MD5 sums checked checking for curl-config... no Cannot find curl-config ERROR: configuration failed for package ‘RCurl’

This is because your system does not have the curl package
To install
sudo yum install curl
sudo yum install libcurl libcurl-devel