Skip to content

use_package() min_version will not decrement #1957

@JosiahParry

Description

@JosiahParry

When min_version is provided and it is a smaller semver than the one currently in the DESCRIPTION file, it will not be decremented to the lower version.

usethis::use_package("dplyr", min_version = "1.0.0")
usethis::use_package("dplyr", min_version = "0.8.0")

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions