tests/testthat/test-dt_to_desc.R

test_that("dt_to_desc works", {
  
   # db <- BiocPkgTools::biocPkgList()
   db <- rworkflows::biocpkgtools_db
   dl <- dt_to_desc(db=db, refs="ABSSeq")
  testthat::expect_true(methods::is(dl[[1]],"description"))
})

Try the rworkflows package in your browser

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

rworkflows documentation built on May 29, 2024, 2:37 a.m.