Skip to content

billdenney/crew.ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crew.ssh

R-CMD-check

The goal of crew.ssh is to ...

Installation

You can install the development version of crew.ssh from GitHub with:

# install.packages("devtools")
devtools::install_github("billdenney/crew.ssh")

Example

This is a basic example which shows you how to solve a common problem:

library(crew.ssh)
controller_ssh <-
  crew_controller_ssh(
    ssh_host = "computation@example.com",
    ssh_verbose = TRUE,
    ssh_passwd = "mypass"
  )

About

'crew' Launcher Plugin for Running on a Remote System with 'ssh'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published