buildPkgInfo package:reposTools R Documentation _A _c_o_n_s_t_r_u_c_t_o_r _f_u_n_c_t_i_o_n _f_o_r _t_h_e _p_k_g_I_n_f_o _c_l_a_s_s _D_e_s_c_r_i_p_t_i_o_n: Returns a created pkgInfo object _U_s_a_g_e: buildPkgInfo(name, vers, path = "", relLevel="release", contains=character()) _A_r_g_u_m_e_n_t_s: name: Name of the package vers: Package version path: Path to the package on the system relLevel: The release level of the package contains: If this a bundle, what packages it contains _D_e_t_a_i_l_s: Argument 'vers' can be either a character string or of the class 'VersionNumber'. If the former, it will be coerced into a 'VersionNumber' object. _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'pkgInfo' _E_x_a_m_p_l_e_s: a <- buildPkgInfo("foo","1.2.3")