Learn R Programming

dMod (version 0.3.2)

runbg.install: Remote install dMod to a ssh-reachable host

Description

Install your local dMod version to a remote host via ssh.

Usage

runbg.install(type = "local", sshtarget, source = NULL)

Arguments

type

Which dMod to install. At the moment, only your local version is supported.

sshtarget

The ssh host url.

source

If type = local, source must point to the source directory of your dMod version. This is most probably you local dMod git repository.