semver has two functions:
parse_version,
render_version,
Maintainer: Thomas Piernicke thomasp@gfz.de [contributor]
Authors:
John Harrison johndharrison0@gmail.com (R package semantic)
Marko Živanović (semver cpp library, https://github.com/zmarko/semver) [copyright holder]
parse_version takes as input a character vector with
elements following the specification at https://semver.org/.
Comparisons can be done on the "svlist" and "svptr" classes returned
by parse_version. Ops and
summary methods are implemented for both classes.
Useful links: