tests/testthat/test-simplify2matrix.R

test_that("simplify2matrix works",{
  l <- list("a" = 1, "b" = 1)
  m <- simplify2matrix(l)
  expect_true(is(m, "matrix"))
})

Try the experDesign package in your browser

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

experDesign documentation built on May 29, 2024, 9:20 a.m.