tests/testthat/test-getKingdoms().R

context("Test: getKingdoms()")

test_that("The getKingdoms() interface works properly..",{
    skip_on_cran()
    skip_on_travis()
    
    expect_equal(
        getKingdoms(),
        c(
            "archaea",
            "bacteria",
            "fungi",
            "invertebrate",
            "plant",
            "protozoa",
            "vertebrate_mammalian",
            "vertebrate_other",
            "viral"
        )
    )
    
})
HajkD/biomartr documentation built on Dec. 9, 2023, 7:25 p.m.