civet.checkVersion: Check for a known Civet Version

Description Usage Arguments Details Value Author(s) Examples

View source: R/civet.R

Description

As different versions of Civet may reflect changes in filename or directory structure, it is important that the civet.* functions be validated for each new version of Civet. This function checks whether a given Civet version number has been validated for use by these routines.

Usage

1
civet.checkVersion(civetVersion)

Arguments

civetVersion

A string specifying the Civet version number, e.g., “1.1.7”

.

Details

If the passed Civet version cannot be validated, a warning message is sent to std output.

Value

Nothing is returned.

Author(s)

Jim Nikelski nikelski@bic.mni.mcgill.ca

Examples

1
2
3
4
5
## Not run: 
civetVersion <- "1.1.8"
civet.checkVersion(civetVersion)

## End(Not run)

jnikelski/rmincIO documentation built on May 19, 2019, 2:58 p.m.