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

    the per-analysis inputs every constraint pass shares, see VersionSpace

    interface VersionSpaceOptions {
        cutoff?: Date;
        deps: ReadOnlyFlowrAnalyzerDependenciesContext;
        disabled?: ReadonlySet<ConstraintSource>;
        rVersion?: string;
        usage: ReadonlyMap<string, PackageUsage>;
    }
    Index
    cutoff?: Date

    only consider releases up to this instant

    disabled?: ReadonlySet<ConstraintSource>

    constraint sources to skip entirely: neither filtered on nor reported

    rVersion?: string

    the assumed R version bounding base packages, when genuinely known

    usage: ReadonlyMap<string, PackageUsage>

    how the analyzed code calls each package, from collectUsage