remote_install.packages: Install packages for a given project

Description Usage Arguments Value Author(s)

View source: R/remote_functions.R

Description

Install packages for a given project

Usage

1
2
3
4
5
6
7
8
remote_install.packages(
  github_name = NA,
  package_name,
  must_sleep = TRUE,
  cluster_folder = jap::default_cluster_folder(),
  account = jap::your_account(),
  session = NA
)

Arguments

github_name

the github account name where the repo is

package_name

the name of the package

must_sleep

force the function to wait after instaling the package

cluster_folder

main folder on the cluster. It can be either 'home' or 'data'

account

a peregrine account

session

a ssh session

Value

nothing

Author(s)

Giovanni Laudanno


Giappo/jappe documentation built on Aug. 30, 2020, 2:41 p.m.