bumpVersion {Orcs} | R Documentation |
Bump Package 'Version:' and 'Date:' in DESCRIPTION File
Description
This function let's you bump the version number and creation date of your
package's DESCRIPTION
file. Additionally, it bumps the version numbers of a
NEWS.md
file and automatically generates a corresponding plain NEWS file
(for R-help pages). Supported versioning system is
MAJOR.MINOR.PATCH.
Usage
bumpVersion(
element = "patch",
pkg.repo = ".",
news = file.path(pkg.repo, "NEWS.md"),
plain_news = TRUE
)
Arguments
element |
|
pkg.repo |
Path to package repository folder. Default is current working
directory, i.e. |
news |
The |
plain_news |
whether to generate a plain NEWS file in the package root
directory from the |
Author(s)
Tim Appelhans