checkRepos package:reposTools R Documentation _A _f_u_n_c_t_i_o_n _t_o _v_e_r_i_f_y _a _r_e_p_o_s_i_t_o_r_y _D_e_s_c_r_i_p_t_i_o_n: This function will help diagnose and verify the status of a repository _U_s_a_g_e: checkRepos(repEntry) _A_r_g_u_m_e_n_t_s: repEntry: The repository to check _D_e_t_a_i_l_s: The 'checkRepos' function will look at the 'repdatadesc.rda' file of a repository and will verify that all downloadable files listed there are actually accessible, reporting any that are not. _V_a_l_u_e: NULL if no errors are found. If there are problems, they will be printed to the screen. _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'getReposEntry' _E_x_a_m_p_l_e_s: z <- getReposEntry("BIOCOmegahat") checkRepos(z)