View source: R/installPackagesOnSSHWorkers.R
installPackagesOnSSHWorkers | 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.
callFunctionOnSSHWorkers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.