Builds
The Builds page shows the history of all package builds triggered by git sources.
Build Statuses
Section titled “Build Statuses”| Status | Description |
|---|---|
| Pending | Build is queued and waiting to start |
| Running | Build is currently in progress |
| Completed | Build finished successfully; package was ingested into the target repositories |
| Failed | Build encountered an error; check the build log for details |
Viewing Build Logs
Section titled “Viewing Build Logs”Click View Log on any build to see the full output from R CMD build and the ingestion process.
Logs can also be downloaded for offline analysis.
Build logs are streamed in real-time while a build is running, so you can watch progress as it happens.
Retrying Failed Builds
Section titled “Retrying Failed Builds”If a build fails due to a transient issue (e.g. network timeout, temporary R dependency unavailability), click Retry to re-run the build with the same git ref.
Binary Builds
Section titled “Binary Builds”When a git source has Build Binaries enabled, Paquetier will:
- First build the source package with
R CMD build. - Then invoke
bincraft(viaRscript) to produce platform-specific binary packages. - Ingest both the source and binary artifacts into the target repositories.
Binary builds require R and bincraft to be available on the server.