winConvertSourceRepos package:reposTools R Documentation _A _f_u_n_c_t_i_o_n _t_o _c_o_n_v_e_r_t _s_o_u_r_c_e _r_e_p_o_s_i_t_o_r_i_e_s _t_o _W_i_n_3_2 _r_e_p_o_s_i_t_o_r_i_e_s _D_e_s_c_r_i_p_t_i_o_n: This function will take source packages from a repository, convert them into Win32 binary packages. _U_s_a_g_e: winConvertSourceRepos(repEntry, pkgs, destDir, recurse = TRUE, searchOptions = TRUE, errorLog, origFileDir) _A_r_g_u_m_e_n_t_s: repEntry: A repository URL to convert pkgs: A set of packages to convert destDir: Where to store the converted packages recurse: Whether to convert any sub-repositories. Default is TRUE searchOptions: Whether to search the repositories listed in options("repositories") for packages as well. Default is TRUE. errorLog: An optional parameter specifying an output file for errors generated by this function origFileDir: An optional parameter specifying where to store the source versions of the packages - if this is not specified, the system will store them in a temporary directory which will be removed at the end. _D_e_t_a_i_l_s: The user must specify at least one of 'repEntry' or 'pkgs'. If only the former is supplied, all packages from that repository will be converted. If only the latter is supplied, then 'searchOptions' must be TRUE and repositories listed in the user's options will be searched. If both are used, then only the specified packages are converted from the specified repository. The system will convert the packages into a Win32 binary package, which is then suitable to be turned into a repository with 'genRepos'. _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'genRepos' _E_x_a_m_p_l_e_s: