[Rd] Finding inter-function dependencies within a package

Duncan Murdoch murdoch.duncan at gmail.com
Thu Sep 29 14:04:49 CEST 2011


On 11-09-29 7:11 AM, Keith Jewell wrote:
> Hi,
>
> I'd like to know which functions in a package call one specific function.
> I think I've seen a tool for identifying such dependencies, but now I can't
> find it :-(
> Searches of help and R site search for keywords like function, call, tree,
> depend haven't helped :-(
>
> Can anyone point me in the right direction?

codetools::findGlobals could be used to do this.

Duncan Murdoch

>
> Thanks in advance,
>
> Keith Jewell
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel



More information about the R-devel mailing list