Load a package
pload(package, action = "auto")package name
Installation function; "auto" tries BiocManager::install() if available
the selected package loaded to the R session
Uses library() to load package. If not installed, attempts installation
via rlang::check_installed() (optionally using BiocManager::install()).
Other pkg-utils:
CRANpkg(),
Githubpkg(),
get_dependencies(),
get_fun_from_pkg(),
is.installed(),
mypkg(),
packageTitle()