tests/testthat/test-getMetaGenomeAnnotations.R

context("Test: getMetaGenomeAnnotations()")

test_that("The getMetaGenomeAnnotations() throws error when wrong 'name'
          argument is selected..",{
            skip_on_cran()
            skip_on_travis()
            
    expect_error(getMetaGenomeAnnotations(name = "somethingelse"))
})

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.