tests/testthat/test-as_tibble.R

test_that("as_tibble() works", {
  expect_error(
    dca_binary <-
      dca(cancer ~ cancerpredmarker, data = df_binary) %>%
      as_tibble(),
    NA
  )
})
ddsjoberg/dca documentation built on April 19, 2023, 11:08 p.m.