install curl and readr on R

前端 未结 2 544
自闭症患者
自闭症患者 2021-01-31 09:06

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

2条回答
  •  误落风尘
    2021-01-31 09:28

    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

提交回复
热议问题