tests/testthat/helper-amp-acro.R

expect_amp_acro <- function(x) {
  lapply(
    x,
    function(obj) {
      if (inherits(obj, "formula")) {
        obj <- as.character(obj)
      }
      expect_snapshot(obj)
    }
  )
}

Try the GLMMcosinor package in your browser

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

GLMMcosinor documentation built on Nov. 1, 2024, 1:07 a.m.