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” |
---|
Nothing is returned.
If the passed Civet version cannot be validated, a warning message is sent to std output.
# NOT RUN { civetVersion <- "1.1.8" civet.checkVersion(civetVersion) # }