tests/testthat/test-matrix.R

test_that("multiplication works", {
  dat <- plate_read_biotek(
    system.file("extdata", "20220929_1steptimer20.csv", package = "wellr")
  )

  mat <- well_df_to_mat_frames(dat, od600, time, well)

  expect_equal(dim(mat), c(50, 384))
})
rforbiochemists/wellr documentation built on March 28, 2024, 4:26 a.m.