tests/testthat/test-create_clock_model_from_name.R

context("test-create_clock_model_from_name")

test_that("use", {
  names <- c("strict", "relaxed_log_normal")
  for (name in names) {
    expect_equal(name, create_clock_model_from_name(name)$name)
  }
})
richelbilderbeek/beastscriptr documentation built on April 9, 2024, 2:28 p.m.