tests/testthat/test-DBHC.R

testthat::test_that("errors", {
  testthat::expect_error(
    hmm.clust(sequences = 0),
    "sequences must be a sequence data object of type stslist or must be a data.frame"
  )
})

Try the DBHC package in your browser

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

DBHC documentation built on Dec. 28, 2022, 2:44 a.m.