bump_version {xfun} | R Documentation |
Bump version numbers
Description
Increase the last digit of version numbers, e.g., from 0.1
to
0.2
, or 7.23.9
to 7.23.10
.
Usage
bump_version(x)
Arguments
x |
A vector of version numbers (of the class |
Value
A vector of new version numbers.
Examples
xfun::bump_version(c("0.1", "91.2.14"))
[Package xfun version 0.46 Index]