Nothing
.onAttach <- function(libname, pkgname) {
if (!requireNamespace("msigdbdf", quietly = TRUE)) {
packageStartupMessage(
"For full functionality, please install the 'msigdbdf' package with:\n",
"install.packages('msigdbdf', repos = 'https://igordot.r-universe.dev')"
)
}
}
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.