Nothing
library(pomp)
pdf.options(useDingbats=FALSE)
pdf(file="demos.pdf")
set.seed(47575684)
demos <- list.files(path=system.file("demo",package="pomp"),pattern=".\\.R$",full.names=TRUE)
for (d in demos) {
source(d,local=TRUE,echo=TRUE)
}
dev.off()
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.