.First.lib = .onLoad =
function(...)
{
# print(getLoadedDLLs())
if(FALSE && is.loaded("addGtkEventHandler")) {
cat("registered Gtk event handler\n")
.C("addGtkEventHandler")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.