Package: smvr Title: Simple Implementation of Semantic Versioning (SemVer) Version: 0.2.2.9000 Authors@R: person("Tatsuya", "Shima", , "ts1s1andn@gmail.com", role = c("aut", "cre")) Description: Simple implementation of Semantic Versioning 2.0.0 ('SemVer') on the 'vctrs' package. This package provides a simple way to create, compare, and manipulate semantic versions in R. It is designed to be lightweight and easy to use. License: MIT + file LICENSE URL: https://eitsupi.github.io/smvr/, https://github.com/eitsupi/smvr BugReports: https://github.com/eitsupi/smvr/issues Depends: R (>= 4.1) Imports: cli (>= 3.4.0), rlang (>= 1.1.0), vctrs Suggests: dplyr, testthat (>= 3.0.0), tibble Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://eitsupi.r-universe.dev Date/Publication: 2026-06-14 15:26:24 UTC RemoteUrl: https://github.com/eitsupi/smvr RemoteRef: HEAD RemoteSha: 155cc0f7809743088db859ab8651bf8177933254 NeedsCompilation: no Packaged: 2026-06-14 16:22:53 UTC; root Author: Tatsuya Shima [aut, cre] Maintainer: Tatsuya Shima