Skip to contents

Supports Bioconductor, CRAN, and GitHub packages via BiocManager.

Usage

updateDeps(
  pkg = getwd(),
  type = c("Depends", "Imports", "LinkingTo", "Suggests", "Enhances")
)

Arguments

pkg

character(1). Package path. Must contain a DESCRIPTION file.

type

character. Dependency type. See utils::install.packages() for details.

Value

BiocManager::install() call if packages need an update.

Note

Updated 2022-06-10.

See also