repos <- biocinstallRepos()
test_biocinstallRepos_named_repositories <- function()
{
allOS <- c("BioCsoft", "CRAN", "BioCann", "BioCexp")
checkTrue(all(allOS %in% names(repos)))
}
test_biocinstallRepos_noNA_repositories <- function()
{
checkTrue(!any(is.na(repos)))
}
test_biocinstallRepos_order <- function()
{
checkIdentical("BioCsoft", names(repos)[[1]])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.