```r 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.