Package: smvr
Title: Simple Implementation of Semantic Versioning (SemVer)
Version: 0.2.0
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
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-07-05 10:42:30 UTC; rstudio
Author: Tatsuya Shima [aut, cre]
Maintainer: Tatsuya Shima <ts1s1andn@gmail.com>
Repository: CRAN
Date/Publication: 2025-07-05 11:40:01 UTC
Built: R 4.3.3; ; 2025-07-05 13:56:08 UTC; unix
