
Captures recursive dependencies of these types: "Depends", "Imports", "LinkingTo"
relies(packages)
(non-empty character vector) Package names
(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")
# NOT RUN {
pkggraph::init(local = TRUE)
pkggraph::relies("tidytext")
# }
Run the code above in your browser using DataLab