install_menu: Private implementation function for installing bbi with...

View source: R/use-bbi.R

install_menuR Documentation

Private implementation function for installing bbi with interactive menu

Description

Private implementation function for installing bbi with interactive menu

Usage

install_menu(.path, .version, .force, .quiet)

Arguments

.path

path to install bbi to. See Details section for defaults, if nothing is passed. Note that this should be the path where you would like the bbi executable to be installed, not the path to the directory in which you want to install it. For example, you should pass "/some/dir/bbi" and not "/some/dir".

.version

version of bbi to install. Must pass a character scalar corresponding to a tag found in ⁠https://github.com/metrumresearchgroup/bbi/releases⁠

.force

If FALSE, the default, skips installation if requested version and local version are the same. If TRUE forces installation if it will be the same version.

.quiet

Deprecated. Use options("bbr.verbose") instead to control printing. Defaults to NULL, which reads !getOption("bbr.verbose"). If TRUE, suppresses output printed to the console.


metrumresearchgroup/bbr documentation built on March 29, 2025, 1:08 p.m.