Learn R Programming

pkggraph (version 0.2.3)

relies: relies

Description

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

Usage

relies(packages)

Arguments

packages

(non-empty character vector) Package names

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")

See Also

reverse_relies

Examples

Run this code
# NOT RUN {
pkggraph::init(local = TRUE)
pkggraph::relies("tidytext")
# }

Run the code above in your browser using DataLab