Package: smvr
Title: Simple Implementation of Semantic Versioning
Version: 0.1.0
Authors@R: 
    person("Tatsuya", "Shima", , "ts1s1andn@gmail.com", role = c("aut", "cre"))
Description: Simple implementation of Semantic Versioning 2.0.0 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-06-24 12:31:56 UTC; rstudio
Author: Tatsuya Shima [aut, cre]
Maintainer: Tatsuya Shima <ts1s1andn@gmail.com>
Repository: CRAN
Date/Publication: 2025-06-27 13:40:02 UTC
