Nothing
onAttach <- function(libname, pkgname) {
if (!grepl("suppress", Sys.getenv("openalexR.message"), ignore.case = TRUE)) {
cli::cli_inform(
c(
"!" = "openalexR v2.0.0 introduces breaking changes.",
"i" = "See NEWS.md for details.",
"i" = "To suppress this message, add {.envvar openalexR.message = suppressed} to your {.file .Renviron} file."
),
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.