You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm working on a debian server and try to use makeClusterFunctionsSSH(...) to distribute jobs to other debian servers. It throws the following error: syntax error near unexpected token `('
The error is caused by runOSCommand(...).
In 75a5b70 you removed the shQuote for R 4.0 and higher. But as far as I was able to reproduce the error, this shQuote is still needed with R 4.0.2.
MWE directly built from the code of Worker and runOSCommand: (you have to set the nodename variable)
Hi,
I'm working on a debian server and try to use
makeClusterFunctionsSSH(...)
to distribute jobs to other debian servers. It throws the following error:syntax error near unexpected token `('
The error is caused by
runOSCommand(...)
.In 75a5b70 you removed the
shQuote
for R 4.0 and higher. But as far as I was able to reproduce the error, thisshQuote
is still needed with R 4.0.2.MWE directly built from the code of
Worker
andrunOSCommand
:(you have to set the
nodename
variable)Created on 2020-07-17 by the reprex package (v0.3.0)
Can you reproduce this?
The text was updated successfully, but these errors were encountered: