| run_build_tools | R Documentation |
Orchestrates the source-level tooling workflow by optionally running the tool test suite and regenerating tool documentation.
run_build_tools(args = commandArgs(trailingOnly = TRUE))
args |
Character vector of CLI arguments. Defaults to 'commandArgs(trailingOnly = TRUE)'. |
CLI entry point: './tools/build_tools.R –help'
Invisibly returns a list describing which tool-build steps ran. If '–help' or '-h' is supplied, returns invisibly with 'NULL'.
## Not run:
run_build_tools()
run_build_tools("--skip-docs")
run_build_tools("--help")
## End(Not run)