Not able to install the package
Opened this issue · 1 comments
abhinbt commented
I tried to install the packages using R Studio (install.packages("imager"))
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/src/contrib:
I checked my internet connectivity and no issue while installing other packages.
ShotaOchi commented
It's weird.
I succeeded to install imager as well as other packages when using R Studio.
Can you install imager when using different CRAN mirror?
Try to use the methods described in the website shown below if using differenct CRAN mirror doesn't resolve the error.
https://stackoverflow.com/a/33685721
Show the output of sessionInfo() if the error isn't resolved.