\HeaderA{mirrorAdmin}{Managing Repository Mirrors}{mirrorAdmin}
\aliasA{checkCRAN}{mirrorAdmin}{checkCRAN}
\aliasA{mirror2html}{mirrorAdmin}{mirror2html}
\keyword{misc}{mirrorAdmin}
\begin{Description}\relax
Functions helping to maintain CRAN, some of them may also be useful
for administrators of other repository networks.
\end{Description}
\begin{Usage}
\begin{verbatim}
mirror2html(mirrors = NULL, file = "mirrors.html",
  head = "mirrors-head.html", foot = "mirrors-foot.html")
checkCRAN(method)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{mirrors}] A data frame, by default the CRAN list of mirrors is used.
\item[\code{file}] A connection object or a character string.
\item[\code{head}] Name of optional header file.
\item[\code{foot}] Name of optional footer file.
\item[\code{method}] Download method, see \code{download.file}.
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
\code{mirror2html} creates the HTML file for the CRAN list of mirrors
and invisibly returns the HTML text.

\code{checkCRAN} performs a sanity checks on all CRAN mirrors.
\end{Details}

