Attach Required Packages
Helper function to attach required packages. Detects if a package is already
attached and if so, skips it. Should be called in .onAttach
AttachDeps(deps)
deps |
A character vector of packages to attach |
Invisibly returns NULL
# Use in your .onAttach hook if (FALSE) { .onAttach <- function(libname, pkgname) { AttachDeps(c("SeuratObject", "rlang")) } }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.