tests/testthat/test_sigmoid.R

### drc_robust() -----------------------------------------------------
context("Test drc_robust()")

test_that("inputs of NULL fail", {
  skip("sigmoid tests are a work in progress")
  expect_error(drc_robust(NULL))
})

test_that("invalid file formats fail", {
  skip("sigmoid tests are a work in progress")
  expect_error(read_generic("my_file.not"))
})
hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.