tests/testthat/test-is_rln_clock_model.R

context("is_rln_clock_model")

test_that("use", {

  testthat::expect_true(
    is_rln_clock_model(
      create_rln_clock_model()
    )
  )
  testthat::expect_false(
    is_rln_clock_model(
      create_strict_clock_model()
    )
  )

})
richelbilderbeek/beastscriptr documentation built on April 9, 2024, 2:28 p.m.