use_dev_version: Use a Development Version in DESCRIPTION and NEWS.md
Usage
use_dev_version(path = ".", force = FALSE)use_devel_version(path = ".", force = FALSE)
Arguments
- path
Path to the package directory (see
devtools::as.package
).
- force
Set to TRUE
to force version bumping with uncommitted git
changes.