Skip to content

use_package(min_version = FALSE) is not handled properly #2118

@salim-b

Description

@salim-b
usethis::use_package(package = "usethis",
                     min_version = FALSE)

throws the following

Warning message:
'Imports' must contain valid version requirements

and writes this line to DESCRIPTION:

    usethis (>= FALSE),

while it should actually omit the version spec.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions