tests/testthat/test-zzz.R

test_that("test zzzz", {
  check_dependencies() %>%
    is.null() %>%
    expect_true()
  check_dependencies(libs = c("Heatmap", "ggplot")) %>% expect_error()
  .onLoad() %>%
    is.null() %>%
    expect_true()
})

Try the anabel package in your browser

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

anabel documentation built on April 4, 2025, 1:58 a.m.