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

    Interface SigDbBuildOptions

    options for SigDbBuilder.build

    interface SigDbBuildOptions {
        core?: CorePolicy;
        cranBase?: string;
        date: string;
        features?: SigDbFeatures;
        generated: number;
        optimizeStrings?: boolean;
        shard?: SigDbShard;
        tier?: SigDbTier;
        topN?: number;
    }
    Index

    Properties

    core?: CorePolicy

    restrict to R-core / base packages (only) or exclude them (exclude); default: no restriction

    cranBase?: string

    CRAN base url (only stored when non-default)

    date: string

    dataset date YYYY-MM-DD

    features?: SigDbFeatures

    which information to store (default: everything)

    generated: number

    build timestamp (ms since epoch)

    optimizeStrings?: boolean

    renumber the string dictionary by frequency for better compression (default: true)

    shard?: SigDbShard

    with SigDbBuildOptions.topN: include only the top-N most-downloaded packages (top) or the rest (rest)

    tier?: SigDbTier

    temporal tier (default full)

    topN?: number

    download-rank cutoff for SigDbBuildOptions.shard