Nothing
.onAttach <- function(libname, pkgname) {
if (!requireNamespace("flowCore", quietly = TRUE)) {
packageStartupMessage(
"Warning: The 'flowCore' package is required but not installed.\n",
"Please install it manually using:\n",
"BiocManager::install('flowCore')\n"
)
} else {
packageStartupMessage("Thank you for using MuPETFlow!")
}
}
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.