tests/testthat/test-obtain_basic_info_methods.R

test_that("show and head", {
  for (i in 1:n_datasets) {
    Mat <- r_mats[[i]]
    on_disc_mat <- cov_odms[[i]]@ondisc_matrix
    # show and head methods -- verify they run without error
    show(on_disc_mat)
    head(on_disc_mat)
  }
  expect_true(TRUE)
})

Try the ondisc package in your browser

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

ondisc documentation built on March 5, 2021, 5:07 p.m.