| installPackagesOnSSHWorkers {BatchJobs} | R Documentation |
Installation is done via callFunctionOnSSHWorkers
and install.packages.
installPackagesOnSSHWorkers(nodenames, pkgs, repos = getOption("repos"),
consecutive = TRUE, show.output = consecutive, ...)
nodenames |
[ |
pkgs |
[ |
repos |
[ |
consecutive |
[ |
show.output |
[ |
... |
[any] |
Note that as usual the function tries to install
the packages into the first path of .libPaths()
of each each worker.
Nothing.