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

Windows compatibility #1

Open
ChrKoenig opened this issue Jul 13, 2021 · 0 comments
Open

Windows compatibility #1

ChrKoenig opened this issue Jul 13, 2021 · 0 comments

Comments

@ChrKoenig
Copy link
Owner

Participants working on Windows systems experienced problems on two occasions:

  1. 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.
  2. 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.

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

1 participant