I am able to successfully load the SwirlDev/swirl_courses. However, I cannot figure out how to load a course from a different repository.
The repository I am trying to use is:
https://github.com/DataScienceUWL/UW_Stat_Methods
I've cloned it into local desktop GitHub, and have tried both:
install_course(course_name = "UW_Stat_Methods")
- error is no internet connection
install_from_swirl("UW_Stat_Methods")
- error is course not found (which makes sense)
I've tried setting the work directly to the local GitHub repo, but makes no difference.
I've googled this for over an hour, but nothing seems to help.
Any tips?