dahtah / imager

R package for image processing
GNU Lesser General Public License v3.0
187 stars 43 forks source link

Not able to install the package #106

Open abhinbt opened 5 years ago

abhinbt commented 5 years ago

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. Bug_001

ShotaOchi commented 5 years ago

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.