Nothing
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)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.