Greeting dear community. I try to install readr but it gives me an error because of there is no curl. I then try to install curl and it asks for another dependency. I verify tha
I solved the problem on Ubuntu 14.04 by using this command
sudo apt-get install libcurl4-openssl-dev
Future users can search for the latest libcurl using: apt-cache search libcurl
apt-cache search libcurl