installAllDeps: Install all package dependencies from yaml file for building...

View source: R/build_tools.R

installAllDepsR Documentation

Install all package dependencies from yaml file for building image purposes

Description

Install all package dependencies from yaml file for building image purposes

Usage

installAllDeps(
  additionalRepos = NULL,
  base_dir = "/mnt/vol",
  use_ssh = FALSE,
  test_mode = FALSE
)

Arguments

additionalRepos

List of additional Repos

base_dir

String of base working directory.

use_ssh

logical, if use ssh keys

test_mode

logical, whether to run the function in the test mode (if TRUE the dependencies are not installed but only listed)

Value

NULL

Examples

installAllDeps(
  base_dir = system.file(package = "gDRstyle", "testdata"),
  test_mode = TRUE
)


gdrplatform/gDRstyle documentation built on March 31, 2024, 10:33 a.m.