Nothing
library("repo.data")
# Test deps without version number
pd <- package_date("ggeasy")
stopifnot(length(pd) == 2L)
stopifnot(names(pd) == c("Published", "deps_available"))
# Test with a mix of version numbers and no versions
ud <- package_date("usethis")
stopifnot(as.logical(length(ud)))
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.