R/utils.R
compareVersionsMax.Rd
Reduce function over the utils::compareVersion
utils::compareVersion
compareVersionsMax(vec, na.rm = TRUE)
character vector.
character
logical if to remove NA values.
logical
NA
character maximum version
compareVersionsMax(c("1.1.1", "0.2.0")) #> [1] "1.1.1"