wvrelease {wavethresh} | R Documentation |
Prints a message identifying the version of the wavelet software.
wvrelease(do.cat = interactive())
do.cat |
logical; if true, cat(.) a few lines to the
console, otherwise just invisibly return. |
When attaching the wavelet software directory to your own data directory it is useful to put a "wvrelease()" function call just after the attach. This ensures that you have attached to the correct directory and that you are using the most up to date software. (This function is mainly useful to those of you that have received earlier versions of this software).
a list list with components
major |
the major release number |
R.minor |
the R port version (of the major release) |
Prints a message identifying the version of the wavelet software.
str(r <- wvrelease())