installPackagesOnSSHWorkers {BatchJobs} | R Documentation |
Install packages on SSH workers.
Description
Installation is done via callFunctionOnSSHWorkers
and install.packages
.
Note that as usual the function tries to install
the packages into the first path of .libPaths()
of each each worker.
Usage
installPackagesOnSSHWorkers(
nodenames,
pkgs,
repos = getOption("repos"),
consecutive = TRUE,
show.output = consecutive,
...
)
Arguments
nodenames |
[ |
pkgs |
[ |
repos |
[ |
consecutive |
[ |
show.output |
[ |
... |
[any] |
Value
Nothing.
See Also
[Package BatchJobs version 1.9 Index]