-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
Labels
description 📚featurea feature request or enhancementa feature request or enhancementwipwork in progresswork in progress
Description
I mostly require to have package version next to the package name in the DESCRIPTION file. An additional argument such as add.version to the function would be quite useful. For example:
usethis::use_package(package = "dplyr", type = "Imports", add.version = TRUE)Then, it will be adding 'dplyr' to Imports field in DESCRIPTION:
Imports:
dplyr (>= 0.7.5)
czeildi, strboul, llrs, lorenzwalthert, maelle and 2 more
Metadata
Metadata
Assignees
Labels
description 📚featurea feature request or enhancementa feature request or enhancementwipwork in progresswork in progress