I have a set of courses. I see this error (in Windows):
install_course_github("wagafo","Data_Analysis_English",multi=TRUE)
Downloading: 960 kB Error in if (file.copy(dirs_to_copy, swirl_courses_dir(), recursive = TRUE)) { :
the condition has length > 1
Error in if (file.copy(dirs_to_copy, swirl_courses_dir(), recursive = TRUE)) { :
the condition has length > 1
Warning message:
In if (file.copy(dirs_to_copy, swirl_courses_dir(), recursive = TRUE)) { :
the condition has length > 1 and only the first element will be used
I have a set of courses. I see this error (in Windows):
Error in if (file.copy(dirs_to_copy, swirl_courses_dir(), recursive = TRUE)) { : the condition has length > 1
Despite the error, the courses run OK.
There are multiple courses, so if I try:
the error is not produced, but the courses are not installed correctly and they cannot be run.
In Linux instead of an error, a warning is produced:
Warning message: In if (file.copy(dirs_to_copy, swirl_courses_dir(), recursive = TRUE)) { : the condition has length > 1 and only the first element will be used