Nothing
#' @importFrom utils packageVersion
NULL
.onAttach <- function(libname, pkgname) {
packageStartupMessage(
paste0(
"Welcome to ", pkgname, " version ", packageVersion(pkgname), "\n",
"This package is licensed under the GPL (>= 3.0) license.\n",
"Copyright (C) 2025 Yuxuan He and Dong Wang. All rights reserved."
)
)
}
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.