bumpVersion | R Documentation |
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.
bumpVersion( element = "patch", pkg.repo = ".", news = file.path(pkg.repo, "NEWS.md"), plain_news = TRUE )
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 |
Tim Appelhans
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.