Learn R Programming

semver (version 0.2.1)

semver: semver parse semantic versions.

Description

semver has two functions: parse_version, render_version,

Arguments

Author

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]

Details

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.

See Also