Nothing
require(desc)
require(devtools)
dd <- description$new()
me <- person(given = 'Przemyslaw', 'Stempor', email = 'ps562@cam.ac.uk', role = c("aut", "cph", "cre"))
dd$set_authors(me)
dd$normalize()
dd$reformat_fields()
dd$reorder_fields()
dd$print()
dd$write()
library(pkgdown)
build_site()
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.