getDesciptionCon         package:reposTools         R Documentation

_G_e_t _c_o_n_t_e_n_t_s _o_f _D_E_S_C_R_I_P_T_I_O_N _f_i_l_e _a_s _a _c_o_n_n_e_c_t_i_o_n _o_b_j_e_c_t

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

     Return a connection to the DESCRIPTION file in the packageArchive.

     packageArchive can be .tar.gz or .zip and can represent either a
     regular package or a bundle.

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

     getDesciptionCon(packageArchive)

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

packageArchive: The filename of an R package archive

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

     A connection object to the DESCRIPTION file for the specified
     package.

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

     S. Falcon

