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