dwww Home | Show directory contents | Find package

context("list")

skip_on_cran()

skip_if_not_installed("modeltests")
library(modeltests)

test_that("not all lists can be tidied", {
  nl <- list(a = NULL)

  expect_error(tidy(nl), "No tidy method recognized for this list.")
  expect_error(glance(nl), "No glance method recognized for this list.")
})

Generated by dwww version 1.15 on Fri Jun 21 00:43:39 CEST 2024.