wvrelease {wavethresh}R Documentation

Identify version of wavelet software.

Description

Prints a message identifying the version of the wavelet software.

Usage

wvrelease(do.cat = interactive())

Arguments

do.cat logical; if true, cat(.) a few lines to the console, otherwise just invisibly return.

Details

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).

Value

a list list with components

major the major release number
R.minor the R port version (of the major release)

Side Effects

Prints a message identifying the version of the wavelet software.

Examples

str(r <- wvrelease())

[Package wavethresh version 2.2-9 Index]