Nothing
# Test that package loads without messages for
# default patient IDs or cohort indices.
tmp <- tempfile()
sink(file(tmp, open = "wt"), type = "message")
library(crmPack)
sink(type = "message")
msg <- readLines(tmp)
checkmate::expect_disjunct("Used default patient IDs!", msg)
checkmate::expect_disjunct("Used best guess cohort indices!", msg)
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.