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

View source: R/use_dev_version.R

use_dev_versionR Documentation

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.

Note

From usethis::use_dev_version, the name was use_dev_version, but use_devel_version seems more natural. But it is just a link.


packager documentation built on Aug. 16, 2023, 5:08 p.m.