getSSHWorkersInfo {BatchJobs} | R Documentation |
Print and return R installation and other information for SSH workers.
Description
Workers are queried in parallel via callFunctionOnSSHWorkers
.
The function will display a warning if the first lib path on the worker
is not writable as this indicates potential problems in the configuration
and installPackagesOnSSHWorkers
will not work.
Usage
getSSHWorkersInfo(nodenames)
Arguments
nodenames |
[ |
Value
[list
]. Displayed information as a list named by nodenames.
See Also
[Package BatchJobs version 1.9 Index]