inst/tests/test-unfold.R

context("test unfold")
test_that("test matrix class is returned",
          {
              data(applejuice)
              expect_that(unfold(applejuice), is_a("matrix"))
          })

Try the EEM package in your browser

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

EEM documentation built on May 2, 2019, 5:58 a.m.