swirldev / swirl_courses

:mortar_board: A collection of interactive courses for the swirl R package.
http://swirlstats.com
Other
4.25k stars 7.25k forks source link

Not able to install Mathematical Biostatistics Boot Camp course through swirl #485

Open morgan-th opened 2 years ago

morgan-th commented 2 years ago

While running the following code:

swirl::install_course(course_name = "Mathematical Biostatistics Boot Camp")

this error pops up:

| 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 swirl::install_course(course_name = "Mathematical Biostatistics Boot Camp") : Could not connect to course file.

Any ideas how and where I can download the .swc file?

dkoslicki commented 2 years ago

Old issue, but I received the same error, but found the following solves the issue: install_from_swirl("Mathematical_Biostatistics_Boot_Camp")