Nothing
.onUnload <- function(libpath)
{
## gc is necessary to collect external pointers who have not yet been collected
## that have finalizers pointing to the soon-to-unloaded dll
gc(FALSE)
if (is.loaded("dbarts_finalize", PACKAGE = "dbarts")) {
.Call(C_dbarts_finalize)
library.dynam.unload("dbarts", libpath)
}
}
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.