Learn R Programming

packager (version 1.9.0)

use_dev_version: Use a Development Version in DESCRIPTION and NEWS.md

Description

This is much like usethis::use_dev_version, but their conventions keep changing.

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.