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.

