tests/testthat.R

library(testthat)
library(consort)

test_check("consort")


# vdiffr always fails on MAC and Ubuntu, don't know why
to_grviz <- function(x) {
  path <- tempfile(fileext = ".gv")
  cat(x, file = path)
  path
}

Try the consort package in your browser

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

consort documentation built on June 22, 2024, 10 a.m.