You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install a course but I get the following error: > install_course_zip("C:\Users\Owner\Desktop\14_310x_Intro_to_R.zip,multi=FALSE")
Warning message:
In unzip(path, exdir = swirl_courses_dir()) :
error 1 in extracting from zip file
The steps I have taken are the following:
install.packages(“swirl”)
library( )
library(“swirl”)
install_course_zip("C:\Users\Owner\Desktop\14_310x_Intro_to_R.zip,multi=FALSE")
The text was updated successfully, but these errors were encountered:
I am trying to install a course but I get the following error: > install_course_zip("C:\Users\Owner\Desktop\14_310x_Intro_to_R.zip,multi=FALSE")
Warning message:
In unzip(path, exdir = swirl_courses_dir()) :
error 1 in extracting from zip file
The steps I have taken are the following:
install.packages(“swirl”)
library( )
library(“swirl”)
install_course_zip("C:\Users\Owner\Desktop\14_310x_Intro_to_R.zip,multi=FALSE")
The text was updated successfully, but these errors were encountered: