swirldev / swirl

:cyclone: Learn R, in R.
http://swirlstats.com
Other
1.14k stars 601 forks source link

Error Installing Swirl #673

Open sofip opened 6 years ago

sofip commented 6 years ago

It would install most of the dependencies but not digest. I then tried installing digest separately but it still had the same error. This was my error:

library("swirl") Error: package or namespace load failed for ‘swirl’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘digest’

install.packages("digest") trying URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.4/digest_0.6.15.tgz' Warning in install.packages : cannot open URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.4/digest_0.6.15.tgz': HTTP status was '404 Not Found' Error in download.file(url, destfile, method, mode = "wb", ...) : cannot open URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.4/digest_0.6.15.tgz' Warning in install.packages : download of package ‘digest’ failed

zoezzzzz commented 6 years ago

I have the same problem

library("swirl") Error: package or namespace load failed for ‘swirl’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘digest’

sassue commented 6 years ago

Hi everybody! I have a pretty similar problem, when I try to install swirl R tries to install digest but it fails. Then I tried to install digest alone and here it is:

install.packages("digest") provo con l'URL 'https://cran.wu.ac.at/bin/macosx/el-capitan/contrib/3.4/digest_0.6.15.tgz' Warning in install.packages : cannot open URL 'https://cran.r-project.org/bin/macosx/el-capitan/contrib/3.4/digest_0.6.15.tgz': HTTP status was '404 Not Found' Error in download.file(url, destfile, method, mode = "wb", ...) : impossibile aprire URL 'https://cran.wu.ac.at/bin/macosx/el-capitan/contrib/3.4/digest_0.6.15.tgz' Warning in install.packages : download of package ‘digest’ failed

Can you please help me with this issue?

kneeknee commented 6 years ago

I am also experiencing the same issue