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"
        )
    )
    
})

Try the biomartr package in your browser

Any scripts or data that you put into this service are public.

biomartr documentation built on Oct. 25, 2023, 1:08 a.m.