tests/testthat/test-HKnorm.R

data(ovd.r)

test_that("No error on either scale", {
  expect_error(HKnorm(ovd.r, is.logged = TRUE), NA)
  expect_error(HKnorm(ovd.r), NA)
})

test_that("Always returns data frame", {
  expect_is(HKnorm(ovd.r), "data.frame")
})

Try the nanostringr package in your browser

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

nanostringr documentation built on Aug. 15, 2023, 5:08 p.m.