0

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?

mate00
  • 2,727
  • 5
  • 26
  • 34
richcru
  • 3
  • 1
  • 3
  • 1
    There is an install_course_github function, have you used that? – Elin Jan 27 '19 at 15:05
  • I did now. The way to do this is: install_course_github('DataScienceUWL','UW_Stat_Methods') Thanks!! – richcru Jan 27 '19 at 15:55
  • I think you could probably delete this question or else you could answer it yourself (and accept your own answer). – Elin Jan 27 '19 at 16:01

1 Answers1

0

The answer is install_course_github('DataScienceUWL','UW_Stat_Methods')

Thanks for the assist!

richcru
  • 3
  • 1
  • 3