tests/testthat/test-rc.remove.qc.R

test_that("RAMClustR rc.remove.qc", {
  ramclustObj <- readRDS(file.path("testdata", "rc.get.xcms.data.rds"))
  expected <- readRDS(file.path("testdata", "rc.remove.qc.rds"))
  
  actual <- rc.remove.qc(ramclustObj = ramclustObj)

  expect_equal(actual, expected)
})
cbroeckl/RAMClustR documentation built on March 23, 2024, 6:45 p.m.