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

    the SigDbBuilder's in-progress accumulator for one package: its metadata plus every version fed in

    interface RawPkg {
        archived: boolean;
        core: boolean;
        downloads: number;
        latest: string;
        versions: Map<string, SigVersionInfo>;
    }
    Index

    Properties

    archived: boolean

    whether the latest version is CRAN-archived (affects the source-tarball link)

    core: boolean

    whether this is an R-core / base package (recorded in SigDbPkgMeta, gates the core shard)

    downloads: number

    download count, used to rank packages into the popularity top/rest shards

    latest: string

    the version marked as the package's latest (what a current/history tier splits on)

    versions: Map<string, SigVersionInfo>

    every fed-in version keyed by its version string