.onAttach <- function(libname, pkgname) {
invisible(suppressPackageStartupMessages(
for( i in c("tibble", "purrr", "dplyr", "tidyr", "ggplot2", "mixOmics")){
requireNamespace(i, quietly = TRUE)
}
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.