r_build_package
Build an R package from its source directory, with an option to create a binary package. Leverages devtools::build() to compile and prepare the package for distribution.
Instructions
Build an R package using devtools::build()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| binary | No | Build a binary package (default: false) | |
| package_path | Yes | Path to the R package directory |