install_missing_deps: Install missing BASE dependencies

View source: R/prepare.R

install_missing_depsR Documentation

Install missing BASE dependencies

Description

If the HEAD branch removes dependencies (compared to BASE), installing the package from the BASE branch will fail due to missing dependencies, as dependencies were installed in the GitHub Action based on the DESCRIPTION of the HEAD branch. The simplest way to ensure all required dependencies are present (including specification of remotes) is by simply installing them into the respective touchstone library. Prepend the local touchstone library to the library path with local_touchstone_libpath().

Usage

install_missing_deps(path_pkg, quiet = FALSE)

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