tests/testthat/test-create_hky_site_model.R

test_that("use", {
  hky_site_model <- beautier::create_hky_site_model()
  expect_false("kappa" %in% names(hky_site_model))
  expect_true("kappa_param" %in% names(hky_site_model))
})

test_that("obsolete", {
  expect_error(beautier::create_hky_site_model(kappa = "sometying"))
})
richelbilderbeek/beastscriptr documentation built on Feb. 26, 2025, 5:31 a.m.