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

    a concrete, sigdb-available version choice for every resolvable dependency

    interface VersionAssignment {
        unverified?: readonly string[];
        versions: ReadonlyMap<string, string>;
    }
    Index
    unverified?: readonly string[]

    The requirements of the chosen versions that nothing here could settle, because they bear on a package the assignment does not choose (dplyr 1.1.0 requires rlang >= 1.0.0). Such an assignment holds for what it states and may still fail at library() time, so it is proposed but not verified.

    versions: ReadonlyMap<string, string>