tests/testthat/test-download.database.R

context("Test: download.database()")

test_that("The download.database() throws error when wrong input
          database is specified..",{
              skip_on_cran()
              skip_on_travis()
              
     expect_error(download.database(db = "nr"))     
              
})
ropensci/biomartr documentation built on Dec. 11, 2023, 5:37 a.m.