Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

installPackagesOnSSHWorkers

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

[character]
Nodenames of workers.

pkgs

[character]
See install.packages.

repos

[character]
See install.packages. If the user must be queried this is of course done on the master.

consecutive

[logical(1)]
See callFunctionOnSSHWorkers. Default is TRUE.

show.output

[logical(1)]
See callFunctionOnSSHWorkers. Default is consecutive.

...

[any]
Passed to install.packages.

Value

Nothing.

See Also


BatchJobs

Batch Computing with R

v1.8
BSD_2_clause + file LICENSE
Authors
Bernd Bischl <bernd_bischl@gmx.net>, Michel Lang <michellang@gmail.com>, Henrik Bengtsson <henrikb@braju.com>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.