@eagleoutice/flowr - v2.13.1
    Preparing search index...

    the outcome of verifyShardedDatabase

    interface SigDbVerifyReport {
        dictsOk: boolean;
        errors: string[];
        missingRequired: string[];
        ok: boolean;
        routedPackages: number;
        shards: ShardVerifyResult[];
        spotChecked: number;
    }
    Index

    Properties

    dictsOk: boolean

    the shared dictionaries' recomputed hashes all match the manifest

    errors: string[]

    every problem found (empty when ok)

    missingRequired: string[]

    required packages (e.g. base R) that were requested but not found

    ok: boolean
    routedPackages: number

    number of distinct packages routed by the manifest

    spotChecked: number

    functions/dependencies decoded during the spot-check without an out-of-range string