tests/testthat/test-modname.R

test_that("model names remain less than 15 charactes", {
  model_list <- unique(unlist(models()))
  expect_lte(max(sapply(model_list, nchar)), 15)
})

Try the bayesnec package in your browser

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

bayesnec documentation built on Sept. 11, 2024, 6:15 p.m.