ver_latest {versionsort} | R Documentation |
Find the latest version code
Description
ver_latest()
returns the latest of the version codes.
Usage
ver_latest(x)
Arguments
x |
|
Value
A character vector with one element.
See Also
Examples
ver_latest(c("1.3-0", "1.4-1", "0.0.0.9000", "1.4-0a", "1.4-0"))
[Package versionsort version 1.1.0 Index]