Nothing
.__settings__ <- list(
bib = 1L,
pkg = "the ':pkg' package version :ver [:ref]",
pkg_list = "':pkg' v. :ver [:ref]",
r = "R version :ver [:ref]"
)
.__pakret__ <- new.env(parent = emptyenv())
set <- function(...) {
items <- eval(substitute(alist(...)))
for (key in names(items)) {
.__pakret__[[key]] <- eval(items[[key]], envir = parent.frame())
}
}
get <- function(x) {
.__pakret__[[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.