internal.check.version: Compare the project version with the current ProjectTemplate...

.check.versionR Documentation

Compare the project version with the current ProjectTemplate version

Description

Compare the project version with the current ProjectTemplate version

Usage

.check.version(config, warn.migrate = TRUE)

Arguments

config

Project configuration

warn.migrate

Logical indicating whether a warning should be raised if the project version is older than the installed version of ProjectTemplate.

Value

0 if the numbers are equal, -1 if b is later and 1 if a is later (analogous to the C function strcmp).


ProjectTemplate documentation built on Nov. 20, 2023, 1:06 a.m.