install.packages("dplyr")
library(dplyr)
install.packages("broom")
library(broom)
install.packages("caTools")
library(caTools)
I'm trying to install those packages but it's bringing these warnings:
Warning: unable to access index for repository https://cran.rstudio.com/src/contrib:
cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'
Warning: unable to access index for repository https://cran.rstudio.com/src/contrib:
cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'