@eagleoutice/flowr - v2.13.1
    Preparing search index...
    interface GuessDepVersionsQueryResult {
        ".meta": BaseQueryMeta;
        assignments?: readonly VersionAssignmentView[];
        dateCutoff?: string;
        dependencies: readonly GuessedDependency[];
        linkedGroups?: readonly (readonly string[])[];
        message?: string;
        possibleCombinations?: number;
        runnableCombinations?: number;
        rVersion?: string;
        versionSelection?: VersionSelection;
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of GuessDepVersionsQueryResult
    Index

    Properties

    ".meta": BaseQueryMeta
    assignments?: readonly VersionAssignmentView[]

    concrete version assignments, present when GuessDepVersionsQuery.explode was requested (most-preferred first)

    dateCutoff?: string

    the effective date cutoff that was applied (ISO YYYY-MM-DD), if any

    dependencies: readonly GuessedDependency[]
    linkedGroups?: readonly (readonly string[])[]

    groups of packages interlinked to one shared version (the base/R group plus any configured groups), so their versions are not independent

    message?: string

    a note, e.g. when the signature database is unavailable

    possibleCombinations?: number

    the whole version space those tuples are drawn from (product of each counted factor's total versions)

    runnableCombinations?: number

    version tuples that satisfy every interdependency (the base/R hub counted against each dependency)

    rVersion?: string

    the R version the guess assumed when bounding base-R packages, if known

    versionSelection?: VersionSelection

    the configured version-selection policy the sample illustrates (newest by default; see solver.sigdb.versionSelection)