Participants working on Windows systems experienced problems on two occasions:
- The download of the Portal Project Database (line 51 in
databases.Rmd) returned a warning. Establishing a connection to the downloaded database file (line 57) gave an error. However, downloading the file from BoxUP via a sharelink worked.
- Using
mclapply() to extract mean environmental conditions per grid cell (line 188 of course_project_solution.R) did not work. Replacing mclapply() with a foreach ... %dopar% ... construct worked fine.
Both issues did not occur on Linux or MacOS.
Participants working on Windows systems experienced problems on two occasions:
databases.Rmd) returned a warning. Establishing a connection to the downloaded database file (line 57) gave an error. However, downloading the file from BoxUP via a sharelink worked.mclapply()to extract mean environmental conditions per grid cell (line 188 ofcourse_project_solution.R) did not work. Replacingmclapply()with aforeach ... %dopar% ...construct worked fine.Both issues did not occur on Linux or MacOS.