Wednesday, March 3, 2021

ERROR: dependency ‘curl’ is not available for package ‘httr’ + R Studio + Ubuntu 20.04

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



No comments:

Post a Comment

Dataflow + Terraform: Secure Cloud SQL to BigQuery via PSA/PSC

  Introduction Two fully automated, production-grade pipelines demonstrate secure data ingestion from Cloud SQL PostgreSQL into BigQuery, us...