Nothing
library(testit)
pkgs = c('KernSmooth', 'xfun', 'knitr')
pkg_bib(pkgs, tempfile(), tweak = FALSE)
assert('& is escaped in title when pkg_bib(tweak = TRUE)', {
(length(grep(' & ', grep(
'^\\s*title =', capture.output(pkg_bib(pkgs, tweak = TRUE)), value = TRUE
))) %==% 0L)
})
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.