globalVariables(".")
.message <-
function(...)
{
message(...)
TRUE
}
.warning <-
function(...)
{
warning(..., call. = FALSE)
TRUE
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.