Package: semverutils
Title: Semantic Version Utilities
Version: 0.1.0
Authors@R: 
    person(given = "Adam",
           family = "Wheeler",
           role = c("aut", "cre", "cph"),
           email = "ajwtech@gmail.com")
Description: Semantic Versions allow for standardized management versions. 
    This package implements semantic versioning handling in R. using R6 to 
    create a mutable object that can handle deciphering and checking versions. 
License: MIT + file LICENSE
URL: https://github.com/ajwtech/semverutils
BugReports: https://github.com/ajwtech/semverutils/issues
Encoding: UTF-8
LazyData: true
Imports: R6, foreach
Suggests: roxygen2, testthat (>= 2.1.0)
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-02-14 07:22:55 UTC; AJWHEELE
Author: Adam Wheeler [aut, cre, cph]
Maintainer: Adam Wheeler <ajwtech@gmail.com>
Repository: CRAN
Date/Publication: 2020-02-22 10:00:02 UTC
Built: R 4.5.0; ; 2025-04-02 00:00:00 UTC; unix
