\HeaderA{checkRepos}{A function to verify a repository}{checkRepos}
\keyword{utilities}{checkRepos}
\begin{Description}\relax
This function will help diagnose and verify the status of a repository
\end{Description}
\begin{Usage}
\begin{verbatim}
checkRepos(repEntry)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{repEntry}] The repository to check
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
The \code{checkRepos} function will look at the \code{repdatadesc.rda}
file of a repository and will verify that all downloadable files
listed there are actually accessible, reporting any that are not.
\end{Details}
\begin{Value}
NULL if no errors are found.  If there are problems, they will be
printed to the screen.
\end{Value}
\begin{Author}\relax
Jeff Gentry
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{getReposEntry}{getReposEntry}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
  z <- getReposEntry("BIOCOmegahat")
  checkRepos(z)
\end{ExampleCode}
\end{Examples}


