Learn R Programming

petersenlab (version 1.1.0)

getDependencies: Package Dependencies.

Description

Determine package dependencies.

Usage

getDependencies(packs)

Value

Vector of packages that depend on the target package(s).

Arguments

packs

Character vector of names of target packages.

Details

Determine which packages depend on a target package (or packages).

See Also

Examples

Run this code
old <- options("repos")
options(repos = "https://cran.r-project.org")
getDependencies("tidyverse")
options(old)

Run the code above in your browser using DataLab