Nothing
.onAttach <- function(...) {
if (!interactive()) return()
text <- c('Note: the next xpose release (v0.5.0) might bring some breaking changes.\nIf you rely on xpose for your work, please keep an eye on our github:\nhttps://github.com/UUPharmacometrics/xpose')
packageStartupMessage(sample(text, size = 1))
}
# Remove CRAN note on no visible binding for global variable
utils::globalVariables('.')
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.