checkRepos {reposTools} | R Documentation |
This function will help diagnose and verify the status of a repository
checkRepos(repEntry)
repEntry |
The repository to check |
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.
NULL if no errors are found. If there are problems, they will be printed to the screen.
Jeff Gentry
z <- getReposEntry("BIOCOmegahat") checkRepos(z)