CRAN Packages Error ?

I am new to R and so I start with a free course video on youtube.
My problem is that i installed the CRAN packages, but i got i always the same error if i want to do
pacman::p_load(pacman, dplyr, GGally, ggplot2, ggthemes, ggvis, httr, lubridate, plotly, rio, rmarkdown, shiny, stringr, tidyr)

ERROR: configuration failed for package ‘curl’

  • removing ‘/home/narob/R/x86_64-pc-linux-gnu-library/4.2/curl’
    ERROR: dependency ‘curl’ is not available for package ‘httr’
  • removing ‘/home/narob/R/x86_64-pc-linux-gnu-library/4.2/httr’
    ERROR: dependency ‘httr’ is not available for package ‘plotly’
  • removing ‘/home/narob/R/x86_64-pc-linux-gnu-library/4.2/plotly’

Can somebody help me please !

We don't have enough information to help you out with this, please post the complete console output you get when you run this command

install.packages("curl")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.