Nothing
source("helper/helper.R")
if (getRversion() >= "4.0.0") {
f = get("suppressWarnings", envir = baseenv())
expect_same = makeCompareFun(f, backports:::suppressWarnings)
expect_same(suppressWarnings(backports:::warningCondition("foo", "testWarning")), classes = "testWarning")
}
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.