Description Usage Arguments Value Examples
Bump a Version Number
1 | bump_version(x, which = getOption("versionr.parts"), n = 1)
|
x |
Version numbers to bump |
which |
Either a number indicating the part to bump or one of the
parts as specified in |
n |
The amount to increment the version number part by - will almost always be 1 |
A list of version numbers
1 2 | nums <- version_number("1.0.0.0", "2.0")
bump_version(nums)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.