load_install {regionReport}R Documentation

Attempt to load the namespace of a package and install it if it's missing

Description

This function uses requireNamespace to try to load a package. But if it's misssing it will then install it via Bioconductor.

Usage

load_install(pkg, quietly = TRUE)

Arguments

pkg

A single character vector with the name of the package.

quietly

Whether to run requireNamespace and BiocManager::install quietly or not.


[Package regionReport version 1.18.0 Index]