swirl_courses icon indicating copy to clipboard operation
swirl_courses copied to clipboard

Wrong error message when course to download is misspelled

Open jRafi opened this issue 8 years ago • 2 comments

Very minor issue, but may cause confusion.

library("swirl")
install_course("Misspelled_Course")
Downloading: 5.3 kB     

| It looks like your internet connection is not working. Go to http://swirlstats.com/scn/ and download the .swc file that corresponds to the course you wish
| to install. After downloading the .swc run install_course() and choose the file you downloaded.
Error in install_course("Misspelled_Course") : 
  Could not connect to course file.

jRafi avatar Sep 07 '17 10:09 jRafi

I agree this could be way better.

seankross avatar Sep 09 '17 01:09 seankross

how do i get past this to start my swirl project?? this is extremely frustrating

SambelC91 avatar Sep 07 '22 22:09 SambelC91