mirrorAdmin package:utils R Documentation _M_a_n_a_g_i_n_g _R_e_p_o_s_i_t_o_r_y _M_i_r_r_o_r_s _D_e_s_c_r_i_p_t_i_o_n: Functions helping to maintain CRAN, some of them may also be useful for administrators of other repository networks. _U_s_a_g_e: mirror2html(mirrors = NULL, file = "mirrors.html", head = "mirrors-head.html", foot = "mirrors-foot.html") checkCRAN(method) _A_r_g_u_m_e_n_t_s: mirrors: A data frame, by default the CRAN list of mirrors is used. file: A connection object or a character string. head: Name of optional header file. foot: Name of optional footer file. method: Download method, see 'download.file'. _D_e_t_a_i_l_s: 'mirror2html' creates the HTML file for the CRAN list of mirrors and invisibly returns the HTML text. 'checkCRAN' performs a sanity checks on all CRAN mirrors.