Description Usage Format Fields Method new Method compare Method format Method inc Method print
An R6 class for semantic version numbers. See http://semver.org for details about semantic versioning.
1 |
1 2 | Class 'R6ClassGenerator' <environment: 0x103f9b778>
- attr(*, "name")= chr "semver_generator"
|
raw:The raw version number that was used as the input
to create a semver object.
version:The parsed and canonized version number string.
major:Major version, a number.
minor:Minor version, a number.
patch:Patch version, a number.
prerelease:Pre-release version strings, in a list.
build:Build strings, in a list.
loose:Logical scalar, whether to allow (slightly) invalid version strings.
new1 |
version:Version string.
loose:Whether loose strings are allowed.
Create a new semver object.
compareTODO
formatTODO
incTODO
print1 | object$print(\dots)
|
Currently ignored
This method is called automatically when a semver object
is printed to the R console.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.