getDependencies: Get package source files and install to a personal library on...

Description Usage Arguments Details Value

View source: R/install_Packages.R

Description

Automates a recursive search for package source files and their dependencies. Using dependency information a specific install order is prepared to compensate for dependency trees. It will also attempt to identify when a particular module is needed for installation. Once prepared the files are copied to the HPC file server and installed to a personal library for future use.

Usage

1
2
getDependencies(credentials, packages.toinstall, local.dest, remote.dest,
  host = "lyra.qut.edu.au", port = 22)

Arguments

credentials

Vector of username and password (<Username>, <Password>). REQUIRED

packages.toinstall

Vector of packages to be installed. REQUIRED

local.dest

Path to store the source files locally before moving to the HPC file server.

remote.dest

Path on the remote device for the Personal Library to install too.

host

Address for the host device. (Default="lyra.qut.edu.au", QUT's HPC).

port

Port to use for SSH. (Default = 22).

Details

Just some fill-in for now

Value

Just some fill in for now


A-Simmons/RemoteLyraR documentation built on May 5, 2019, 11:27 a.m.