We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make it possible to use different usernames for different hosts, e.g.
cl <- makeCluster(c("localhost", "n1.remote.org", "server.uni.edu"), user = c("*", "alice", "ally"))
where user = "*" corresponds to using the default user = NULL for the correspond host.
user = "*"
user = NULL
The text was updated successfully, but these errors were encountered:
Argument user of makeClusterPSOCK() may now be a vector of userna…
user
makeClusterPSOCK()
a995ba1
…me - one for each worker specified [#119]
No branches or pull requests
Make it possible to use different usernames for different hosts, e.g.
where
user = "*"
corresponds to using the defaultuser = NULL
for the correspond host.The text was updated successfully, but these errors were encountered: