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

    a package across its versions

    interface ScenarioPackage {
        base?: boolean;
        downloads?: number;
        latest?: string;
        versions: Readonly<Record<string, ScenarioVersion>>;
    }
    Index

    Properties

    base?: boolean

    an R-core / base package (its versions are the R releases it shipped with)

    downloads?: number
    latest?: string

    the recorded latest version (defaults to the highest given)

    versions: Readonly<Record<string, ScenarioVersion>>