Download this file
1 2 3 4 5 6 7
.onAttach <- function(libname, pkgname) { invisible(suppressPackageStartupMessages( for( i in c("tibble", "purrr", "dplyr", "tidyr", "ggplot2", "mixOmics")){ requireNamespace(i, quietly = TRUE) } )) }