Nothing
.onLoad<-function(libname, pkgname){
e<-emptyenv()
library.dynam('gputools', pkgname, libname)
reg.finalizer(e,function(...){unloadNamespace(pkgname)}, onexit=T)
}
.onUnload<-function(libpath){
library.dynam.unload('gputools', 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.