civet.checkVersion | R Documentation |
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.
civet.checkVersion(civetVersion)
civetVersion |
A string specifying the Civet version number, e.g., “1.1.7” |
If the passed Civet version cannot be validated, a warning message is sent to std output.
Nothing is returned.
Jim Nikelski nikelski@bic.mni.mcgill.ca
## Not run:
civetVersion <- "1.1.8"
civet.checkVersion(civetVersion)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.