powered by
ver_oldest() returns the oldest of the version codes.
ver_oldest()
ver_oldest(x)
character() A vector of version codes that start with a number (as in "1.5.0"), i.e. without initial "v" (as in "v1.5.0").
character()
A character vector with one element.
ver_latest()
# NOT RUN { ver_oldest(c("1.3-0", "1.4-1", "0.0.0.9000", "1.4-0a", "1.4-0")) # }
Run the code above in your browser using DataLab