test_that("ProfileParameters show works", {
p <- new('ProfileParameters')
expect_output(print(p),'Processing parameters for technique')
})
test_that('MetaboProfile show works',{
d <- new('MetaboProfile')
expect_output(print(d),'profilePro MetaboProfile')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.