PkgSeed-class         package:pdInfoBuilder         R Documentation

_C_l_a_s_s "_P_k_g_S_e_e_d"

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

     This class represents R package details.  It is intended to
     provide a base upon which package generating methods can be built.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("PkgSeed", ...)'.

_S_l_o_t_s:


     '_n_a_m_e': The name of the package.

     '_v_e_r_s_i_o_n': A character vector giving the version number of the
          package.

     '_l_i_c_e_n_s_e': The license of the package

     '_a_u_t_h_o_r': Author of the package

     '_e_m_a_i_l': An email address to use in the Maintainer field

     '_u_r_l': URL

     '_b_i_o_c_V_i_e_w_s': Character data for the biocViews field of the
          DESCRIPTION file

_M_e_t_h_o_d_s:

     No methods defined with class "PkgSeed" in the signature.

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

     Seth Falcon

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

     showClass("PkgSeed")

