A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ajwtech/semverutils below:

ajwtech/semverutils: Utility class in R for dealing with Semantic Versioning in a consistent and compliant manner

The goal of semverutils is to provide a way to create an object for working with Semantic versioning that is compliant with the semantic versioning 2.0.0

You can install the released version of semverutils from CRAN with:

install.packages("semverutils")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("ajwtech/semverutils")

This is a basic example which shows you how to solve a common problem:

library(semverutils)
sem <- semVer$new("3.0.0-alpha.1+build.341193")
sem$higherThanAll(c("2.0.2+build.341193", "0.1.0"))
#> [1] TRUE
sem$getMajor
#> [1] "3"

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4