Nothing
library(examplepkg)
# test scenario where test traces need to be built based on S4 methods
# associated with objects defined within the test
setClass("myS4Example", contains = "S4Example")
mys4ex <- new("myS4Example", data = list(a = 1, b = 2))
mys4ex
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.