wvrelease             package:wavethresh             R Documentation

_I_d_e_n_t_i_f_y _v_e_r_s_i_o_n _o_f _w_a_v_e_l_e_t _s_o_f_t_w_a_r_e.

_D_e_s_c_r_i_p_t_i_o_n:

     Prints a message identifying the version of the wavelet software.

_U_s_a_g_e:

     wvrelease(do.cat = interactive())

_A_r_g_u_m_e_n_t_s:

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

_D_e_t_a_i_l_s:

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

_V_a_l_u_e:

     a list list with components 

   major: the major release number

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

_S_i_d_e _E_f_f_e_c_t_s:

     Prints a message identifying the version of the wavelet software.

_E_x_a_m_p_l_e_s:

     str(r <- wvrelease())

