make.callgraph.roclet {roxygen} | R Documentation |
Make a callgraph roclet which produces a static call graph from a given function at a given depth with or without primitives.
make.callgraph.roclet(dependencies, dir=., verbose=TRUE)
dependencies |
packages required to evaluate interesting functions |
dir |
the directory to place the callgraphs in |
verbose |
anounce what we're doing |
The callgraph roclet supports the following tags:
@callGraph
@callGraphPrimitives
@callGraphDepth
The callgraph roclet is awkward in the sense that it requires a function's package to be loadable; which means, like calling LaTeX multiple times, one has to run roxygen on a package, install it, run roxygen again to get the callgraphs, and possibly install the package again.