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("http://www.bioconductor.org/repository/lindsey")
       checkRepos(z)

