Package: semver Type: Package Title: 'Semantic Versioning V2.0.0' Parser Version: 0.2.0 Authors@R: c( person("John", "Harrison", , "johndharrison0@gmail.com", role = c("aut", "cre"), comment = "R package semver"), person("Marko", "Živanović", role = c("aut", "cph"), comment = "semver cpp library, https://github.com/zmarko/semver")) Description: Tools and functions for parsing, rendering and operating on semantic version strings. Semantic versioning is a simple set of rules and requirements that dictate how version numbers are assigned and incremented as outlined at . License: MIT + file LICENSE Encoding: UTF-8 Imports: Rcpp (>= 0.12.8), assertthat, utils LinkingTo: Rcpp URL: https://github.com/johndharrison/semver URLNote: https://github.com/johndharrison/semver BugReports: https://github.com/johndharrison/semver/issues Suggests: testthat, covr, knitr, rmarkdown RoxygenNote: 5.0.1 SystemRequirements: C++11 VignetteBuilder: knitr Repository: https://johndharrison.r-universe.dev Date/Publication: 2017-01-14 11:47:36 UTC RemoteUrl: https://github.com/johndharrison/semver RemoteRef: HEAD RemoteSha: ee10af6418133f8f625df00477915e05f0272a3d NeedsCompilation: yes Packaged: 2026-06-23 06:27:22 UTC; root Author: John Harrison [aut, cre] (R package semver), Marko Živanović [aut, cph] (semver cpp library, https://github.com/zmarko/semver) Maintainer: John Harrison