Skip to content
Paquetier

Builds

The Builds page shows the history of all package builds triggered by git sources.

StatusDescription
PendingBuild is queued and waiting to start
RunningBuild is currently in progress
CompletedBuild finished successfully; package was ingested into the target repositories
FailedBuild encountered an error; check the build log for details

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.

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.

When a git source has Build Binaries enabled, Paquetier will:

  1. First build the source package with R CMD build.
  2. Then invoke bincraft (via Rscript) to produce platform-specific binary packages.
  3. Ingest both the source and binary artifacts into the target repositories.

Binary builds require R and bincraft to be available on the server.