.compare_version {biometryassist}R Documentation

Function to compare package version for mocking

Description

Function to compare package version for mocking

Usage

.compare_version(a, b)

Arguments

a, b

Character strings representing package version numbers.

Value

Numeric. 0 if the numbers are equal, -1 if b is later and 1 if a is later


[Package biometryassist version 1.3.1 Index]