usethis icon indicating copy to clipboard operation
usethis copied to clipboard

use_package() `min_version` will not decrement

Open JosiahParry opened this issue 4 months ago • 0 comments

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")

JosiahParry avatar Mar 01 '24 15:03 JosiahParry