When i try to install tidyverse packages on R studio on ubuntu i have nexts errors, i share solutions.
ERROR: configuration failed for package ‘xml2’
Solution:
sudo apt-get install libxml2-dev
ERROR: dependency ‘curl’ is not available for package ‘httr’
ERROR: configuration failed for package ‘curl’
Solution:
sudo apt install r-cran-curl
I try again.
References:
https://stackoverflow.com/questions/52082543/curl-package-not-available-for-several-r-packages
https://github.com/r-lib/xml2/issues/223