civet.checkVersion: Check for a known Civet Version

View source: R/civet.R

civet.checkVersionR Documentation

Check for a known Civet Version

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

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


## Not run: 
civetVersion <- "1.1.8"
civet.checkVersion(civetVersion)

## End(Not run)

Mouse-Imaging-Centre/RMINC documentation built on Nov. 12, 2022, 1:50 p.m.