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

    why a package is reported as an orphan: the call that would be undefined without it, and how it was picked

    interface OrphanEvidenceView {
        exporters: number;
        function: string;
        location?: string;
        reason: OrphanReason;
    }
    Index
    exporters: number

    how many packages export the name

    function: string

    the undefined function that is called, e.g. ggplot

    location?: string

    where it is called, e.g. 12:3

    reason: OrphanReason

    why this package and not another exporter of the name