Convenience wrapper around detect_project_packages() and
check_packages().
Usage
check_project(
path = ".",
include_suggests = FALSE,
platform = NULL,
backend = c("auto", "bundled", "ppm", "pak"),
...
)Arguments
- path
Project path.
- include_suggests
Whether to include
SuggestsfromDESCRIPTION.- platform
Platform specification accepted by
resolve_platform().- backend
One of
"auto","ppm", or"pak".- ...
Passed to
check_packages().
See also
Other preflight:
check_library(),
check_packages(),
detect_project_packages()
