check_integrityR Documentation

Check build-pipeline integrity records

Description

Verifies that the current prune-owned and generate-owned file surfaces still match the integrity records produced by earlier stages.

Usage

check_integrity(root = ".", verbose = interactive())

Arguments

root

Repository root directory.

verbose

Logical scalar. If 'TRUE', emits a short integrity summary.

Details

CLI entry point: './tools/check_integrity.R –help'

Value

A list containing both integrity comparisons.

Examples

## Not run: 
check_integrity()

## End(Not run)