installPackagesOnSSHWorkers {BatchJobs} | R Documentation |
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.
installPackagesOnSSHWorkers(
nodenames,
pkgs,
repos = getOption("repos"),
consecutive = TRUE,
show.output = consecutive,
...
)
nodenames |
[ |
pkgs |
[ |
repos |
[ |
consecutive |
[ |
show.output |
[ |
... |
[any] |
Nothing.