branch_install_impl: Checks out a source branch and install the package

View source: R/prepare.R

branch_install_implR Documentation

Checks out a source branch and install the package

Description

Checks out a source branch and install the package

Usage

branch_install_impl(
  branch = "main",
  path_pkg = ".",
  install_dependencies = FALSE
)

Arguments

branch

The name of the branch which should be installed.

path_pkg

The path to the repository to install.

install_dependencies

Passed to remotes::install_local(). Set to FALSE can help when ran locally without internet connection.

Value

A character vector with library paths.


lorenzwalthert/touchstone documentation built on April 20, 2024, 9:57 a.m.