edercare / github-slideshow

A robot powered training repository :robot:
https://lab.github.com/githubtraining/introduction-to-github
MIT License
0 stars 0 forks source link

swirl #2

Open edercare opened 3 years ago

edercare commented 3 years ago

Error in download.file(url, destfile, method, mode = "wb", ...) : download from 'https://cran.rstudio.com/bin/macosx/contrib/4.1/stringi_1.6.2.tgz' failed Warning in install.packages : download of package ‘stringi’ failed

edercare commented 3 years ago

I can't download stringi, I keep getting

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

then I tried stringi Error in download.file(url, destfile, method, mode = "wb", ...) : download from 'https://cran.rstudio.com/bin/macosx/contrib/4.1/stringi_1.6.2.tgz' failed Warning in install.packages : download of package ‘stringi’ failed

please help

GA3175 commented 4 months ago

I think i found the solution to this, first install this package - install.packages("devtools")

And then run the library(swirl) again

Let me know if this works