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

    Why unresolved candidates were suppressed instead of reported, kept in the metadata for auditability.

    interface SuppressionCounts {
        enclosingScope: number;
        installed: number;
        loadedPackage: number;
        nonStandardEval: number;
        subscript: number;
    }
    Index

    Properties

    enclosingScope: number

    unconditionally bound in an enclosing scope that flowR's dataflow did not statically link

    installed: number

    file below inst/ (installed resource, not namespace source)

    loadedPackage: number

    exported by a package in scope: a loaded/DESCRIPTION package or a default-attached base package

    nonStandardEval: number

    consumed by non-standard evaluation (a quoting edge)

    subscript: number

    used as a [/[[ subscript (muted data.table-style column masking)