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

    Enumeration VersionSelection

    How a constrained dependency (e.g. Imports: quantmod (>= 0.4-9)) is resolved to a concrete version against the signature database (see solver.sigdb.versionSelection).

    Index

    Enumeration Members

    Enumeration Members

    Newest: "newest"

    Resolve to the newest version satisfying the constraint (default; preserves the historic behavior).

    Oldest: "oldest"

    Resolve to the oldest version satisfying the constraint.

    System: "system"

    Resolve to the version installed on the analyzing system (needs R; falls back to newest when unavailable).