Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install/load R Programming course #410

Open
Wikus59 opened this issue Jul 11, 2018 · 1 comment
Open

Install/load R Programming course #410

Wikus59 opened this issue Jul 11, 2018 · 1 comment

Comments

@Wikus59
Copy link

Wikus59 commented Jul 11, 2018

Good day,

I have successfully installed the SWIRL package and I am now trying the next step of selecting the course. The auto from the various options is not working, so I tried to the steps in the README.md where you copy in a path. The zip is in my R directory but I get the following error when running the following script.

install_course_zip("swirl_courses-master.zip", multi=TRUE, which_course="R Programming")
Error in unzip(path, list = TRUE) :
zip file 'swirl_courses-master.zip' cannot be opened

Any help would be greatly appreciated.

Wikus

@LilScholar
Copy link

Try the following:
getwd()
Use output in code bellow
install_course_zip("[INSERT_YOUR_WORK_DIRECTORY]/swirl_courses-master.zip", multi=TRUE, which_course="R Programming")

Best!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants