Learn R Programming

ProjectTemplate (version 0.11.0)

.check.version: 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)

Value

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

strcmp).

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.