View source: R/findExternalDeps.R
findExternalDeps | R Documentation |
Finds external dependencies of a package.
findExternalDeps(package)
package |
the quoted name of the package to analyze. |
The result is an approximation based upon the findings of
findGlobals
and an exploration the package namespace.
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.
Patrick Aboyoun
findGlobals
,
library(stats4)
findExternalDeps("stats4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.