Nothing
context("rsOpts & .vMessage")
test_that("setting global options",{
expect_false(options("RStoolbox.verbose")[[1]])
expect_silent(.vMessage("MIC CHECK 12"))
expect_silent(rsOpts(verbose = TRUE))
expect_true(options("RStoolbox.verbose")[[1]])
expect_message(.vMessage("MIC CHECK 12"), "MIC CHECK 12")
expect_silent(rsOpts(verbose = FALSE))
})
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.