Install all system and package dependencies of an R package

Description

Install all system and package dependencies of an R package

Usage

pkgrep_install_deps(path, repo, issue_id)

Arguments

  • path: Path to local file or directory

  • repo: The ‘context.repo’ parameter defining the repository from which the command was invoked, passed in ‘org/repo’ format.

  • issue_id: The id (number) of the issue from which the command was invoked.

Seealso

Other utils: [check_cache](check_cache)(), [stdout_stderr_cache](stdout_stderr_cache)(), [symbol_crs](symbol_crs)(), [symbol_tck](symbol_tck)()

Concept

utils

Value

Hopefully a character vector of length zero, otherwise a message detailing any R packages unable to be installed.