R_Programming_E icon indicating copy to clipboard operation
R_Programming_E copied to clipboard

Manual installation can't find some courses

Open arthur-gouveia opened this issue 8 years ago • 0 comments

I've done the manual installation using the instructions found here but the lessons

  • 10: lapply and sapply
  • 11: vapply and tapply
  • 12: Looking at Data

can't be started. The error message I get is:

(Error in file(file, "rt") : cannot open the connection In addition: Warning message: In file(file, "rt") : cannot open file 'C:/R/R-3.4.0/library/swirl/Courses/R_Programming/lapply_and_sapply/flag.data.txt': No such file or directory

The problem is on the initLesson.R files of these lessons. The files are looking for the data in the R_Programming folder and not in the R_Programming_E folder.

arthur-gouveia avatar Jun 05 '17 12:06 arthur-gouveia