Nothing
context("designSampleSizeClassification")
test_that("designSampleSizeClassification works", {
output <- designSampleSizeClassification(simulations = MSstatsSampleSize::simulated_datasets)
expect_equal(names(output), names(MSstatsSampleSize::classification_results))
})
test_that("designSampleSizeClassification handle missing information", {
tmp <- simulated_datasets
tmp[[1]] <- NULL
expect_error(designSampleSizeClassification(data = tmp))
})
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.