Scans all derivation outputs for chronicle objects and reports their status: success (Just, no warnings), warning (Just with warnings), or nothing (failed computation). Only active when chronicler is installed.
Value
A data frame with columns: derivation, chronicle_state, num_operations, num_failed, failed_functions, messages. Returns NULL invisibly if chronicler is not installed or no chronicle objects are found.
Details
This function is useful when using the {chronicler} package in your
rixpress pipeline. Because chronicler catches errors and warnings,
returning Nothing values instead of failing, Nix builds will always
succeed. This function helps identify derivations that contain failed
computations.
The function displays one of three symbols for each chronicle:
checkmarkSuccess: Just value, no warnings or errorswarning signWarning: Just value, but warnings were capturedX markNothing: Failed computation, errors captured
See also
Other utilities:
print.rxp_derivation(),
rxp_copy(),
rxp_gc(),
rxp_init(),
rxp_inspect(),
rxp_list_logs(),
rxp_load(),
rxp_read(),
rxp_trace()
