findExternalDeps: Find External Dependencies of a Package

View source: R/findExternalDeps.R

findExternalDepsR Documentation

Find External Dependencies of a Package

Description

Finds external dependencies of a package.

Usage

findExternalDeps(package) 

Arguments

package

the quoted name of the package to analyze.

Details

The result is an approximation based upon the findings of findGlobals and an exploration the package namespace.

Value

A list with four components: S4Classes, S4Methods, functions, and variables. Each of these components in turn holds a named list of character vectors of object names from external packages.

Author(s)

Patrick Aboyoun

See Also

findGlobals,

Examples

library(stats4)
findExternalDeps("stats4")

Bioconductor/codetoolsBioC documentation built on April 25, 2023, 11:05 a.m.