versionBump | R Documentation |
Take the packages version number (x.y.z) and bump the z
version of the
package. This is also known as the 'patch' version. Note this function
also updates the Date
field in the DESCRIPTION
file.
versionBump(pkgDir = ".", commit = getOption("BiocAddins.autocommit", TRUE))
pkgDir |
The package directory to be build usually the current working directory (i.e., ".") |
commit |
|
Set the option options('BiocAddins.autocommit')
to FALSE
to
avoid automatic DESCRIPTION
file commits.
versionBump()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.