checkPackageInstalled: Check whether a package is installed and suggest how to...

checkPackageInstalledR Documentation

Check whether a package is installed and suggest how to install from CRAN, Bioconductor, or other external source

Description

Check whether a package is installed and suggest how to install from CRAN, Bioconductor, or other external source

Usage

checkPackageInstalled(
  pkgs,
  details = "to run this function",
  install.help = NULL,
  bioc = FALSE,
  cran = FALSE
)

Arguments

pkgs

character Package name(s)

details

character Helper text (default = "to run this function")

install.help

character Additional information on how to install package (default = NULL)

bioc

logical Package(s) is/are available from Bioconductor (default = FALSE)

cran

logical Package(s) is/are available from CRAN (default = FALSE)

Examples

## Not run: 
checkPackageInstalled("sccore", cran = TRUE)

## End(Not run)


kharchenkolab/sccore documentation built on Feb. 26, 2024, 12:41 a.m.