Learn R Programming

pkggraph (version 0.2.3)

relies: relies

Description

Captures recursive dependencies of these types: "Depends", "Imports", "LinkingTo"

Usage

relies(packages)

Value

(Named list) A name is the package name from 'packages'. A Value is a character vector of all packages which the package 'relies' (Captures recursive dependencies of these types: "Depends", "Imports", "LinkingTo")

Arguments

packages

(non-empty character vector) Package names

Author

Srikanth KS

See Also

reverse_relies

Examples

Run this code
pkggraph::init(local = TRUE)
pkggraph::relies("tidytext")

Run the code above in your browser using DataLab