version                 package:spam                 R Documentation

_S_p_a_m _V_e_r_s_i_o_n _I_n_f_o_r_m_a_t_i_o_n

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

     'spam.version' is a variable ('list') holding detailed information
     about the version of 'spam' loaded.

     'spam.Version()' provides detailed information about the version
     of 'spam' running.

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

     spam.version

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

     'spam.version' is a list with character-string components 

  status: the status of the version (e.g., '"beta"')

   major: the major version number

   minor: the minor version number

    year: the year the version was released

   month: the month the version was released

     day: the day the version was released

version.string: a 'character' string concatenating the info  above,
          useful for plotting, etc.


     'spam.version' is a list of class '"simple.list"' which has a
     'print' method.

_A_u_t_h_o_r(_s):

     Reinhard Furrer

_S_e_e _A_l_s_o:

     See the R counterparts  'R.version'.

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

     spam.version$version.string

