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

makeClusterPSOCK(): rscript_libs does not support backslashes #76

Closed
HenrikBengtsson opened this issue Dec 14, 2021 · 1 comment
Closed
Labels
bug Something isn't working
Milestone

Comments

@HenrikBengtsson
Copy link
Collaborator

From futureverse/future#566 (comment):

cl <- makeClusterPSOCK(1L, rscript_libs = "\\\\home.ser.ver.com/path/4.1")

ends up trying to set .libPaths("\\home.ser.ver.com/path/4.1")) on the cluster node rather than .libPaths("\\\\home.ser.ver.com/path/4.1")). Note how \\\\ becomes \\.

@HenrikBengtsson HenrikBengtsson added the bug Something isn't working label Dec 14, 2021
@HenrikBengtsson HenrikBengtsson added this to the Next release milestone Dec 14, 2021
@HenrikBengtsson
Copy link
Collaborator Author

Confirmed to work, cf. futureverse/future#566 (reply in thread)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant