Installs the btw CLI launcher using Rapp::install_pkg_cli_apps().
Rapp is required to build and install the
CLI. See Rapp::install_pkg_cli_apps() for details on where the launcher is
installed and how to manage it.
Arguments
- destdir
Directory where the CLI launcher will be installed. If
NULL, the default location used byRapp::install_pkg_cli_apps()is used.- ...
Arguments passed on to
Rapp::install_pkg_cli_appslib.locAdditional library paths forwarded to
base::system.file()while locating package scripts. Discovery happens at install time; written launchers embed absolute script paths.overwriteWhether to replace an existing executable.
TRUEalways overwrites,FALSEnever overwrites non-Rapp executables, andNA(the default) prompts interactively and otherwise skips.
Value
The result of Rapp::install_pkg_cli_apps(), invisibly.
Details
After installing the CLI, you will be offered the option to install the
r-btw-cli skill, which helps AI coding assistants discover and use the
btw CLI. If you decline or are in a non-interactive session, the skill
instructions are copied to the clipboard (or printed) so you can add them
to your CLAUDE.md, AGENTS.md, or other context file manually.
