Nothing
.onLoad <- function(libname, pkgname) {
k <- x <- a <- b <- y <- NULL ## defeat visible-binding checks
drule[["NBconst"]] <- alist(k=dfun(k,x),
x=dfun(x,k)+1/x)
drule[["lbeta"]] <- alist(a=dfun(a,b), b=dfun(b,a))
drule[["dfun"]] <- alist(x=dfun2(x,y),
y=dfun2(y,x))
}
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.