Nothing
context("msg")
test_that("msg-functions", {
expect_message(MALDIquantForeign:::.msg(TRUE, "foobar"), "foobar")
expect_message(MALDIquantForeign:::.msg(TRUE, "foo", "bar"), "foobar")
expect_silent(MALDIquantForeign:::.msg(FALSE, "foobar"))
})
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.