This is the error I am encountering
install_course_github("swirldev", "R_Programming_E")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [github.com] Connection timed out after 10006 milliseconds
Try the manual instructions ?
Manual Installation
- Download this file.
- Run
swirl::install_course()
in the R console. - Select the file you just downloaded.
I did that too.
swirl::install_course(R_Programming_E.swc)
Error in swirl::install_course(R_Programming_E.swc) :
object 'R_Programming_E.swc' not found
This is what i am getting
This is what i am encountering
swirl::install_course("R_Programming_E.swc")
Error in curl::curl_fetch_memory(url, handle = handle) :
Failed to connect to swirlstats.com port 80: Timed out
If you are doing it manually I wouldnt expect you to type anything inside the brackets. the command is simply
swirl::install_course() and a file menu pops up, and you choose the file from there...
Got it now.
Thank you so much !
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.