load_check {regionReport} | R Documentation |
This function uses requireNamespace to try to load one or more packages. If a package is missing, it will suggest how to install it via Bioconductor before quitting.
load_check(pkg)
pkg |
A character vector with the names of the packages to check. |
Updated after feedback from Marcel Ramos at https://github.com/leekgroup/recount/issues/14
Leonardo Collado-Torres