Skip to contents

This function builds and retrieves the full dependency tree for a given R package.

Usage

fetch_all_dependencies(package_name)

Arguments

package_name

A character string specifying the name of the package.

Value

A nested list representing the dependency tree of the package.

Examples

if (FALSE) { # \dontrun{
fetch_all_dependencies("ggplot2")
} # }