Depends

Check that dev dependencies are installed before building. This is useful for ensuring development tools like testing frameworks, documentation generators, or linting packages are available.

CLI Usage

builder -depends testthat devtools roxygen2

Config Usage

depends: testthat devtools roxygen2

Behavior

Example

# Check dev dependencies before building
builder -depends testthat covr lintr

# Combined with other options
builder -input srcr/ -depends testthat devtools

This is intended for development dependencies - packages needed during the build process but not necessarily at runtime.