Nothing
#' @importFrom rlang inform
.onAttach <- function(libname, pkgname) {
# inspired by tidyverse, base R approach turns everything yellow...
# the correct class is retained
# we cannot use mere inform without the namespace, apparently
rlang::inform(read_me(), use_cli_format = TRUE, class = "packageStartupMessage")
}
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.