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,
...
)
[character
]
Nodenames of workers.
[character
]
See install.packages
.
[character
]
See install.packages
.
If the user must be queried this is of course done on the master.
[logical(1)
]
See callFunctionOnSSHWorkers
.
Default is TRUE
.
[logical(1)
]
See callFunctionOnSSHWorkers
.
Default is consecutive
.
[any]
Passed to install.packages
.
Nothing.