bump_version | R Documentation |
Increase the last digit of version numbers, e.g., from 0.1
to
0.2
, or 7.23.9
to 7.23.10
.
bump_version(x)
x |
A vector of version numbers (of the class |
A vector of new version numbers.
xfun::bump_version(c("0.1", "91.2.14"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.