tests/testthat/test-stats_wilcox.r

test_that("stats_wilcox", {
  
  skip_on_cran()
  
  df <- expect_silent(adiv_table(rare50))
  expect_silent(stats_wilcox(df))
  expect_error(stats_kruskal(df, stat.by = NULL))
  
})

Try the rbiom package in your browser

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

rbiom documentation built on June 28, 2025, 1:07 a.m.