[Rd] Code tools for identifying which package A functions package B use?

Kasper Daniel Hansen kasperdanielhansen at gmail.com
Sat Nov 15 05:41:49 CET 2014


The best thing I have found is codetoolsBioC in the Bioconductor subversion
repository.

Best,
Kasper

On Fri, Nov 14, 2014 at 9:57 PM, Henrik Bengtsson <hb at biostat.ucsf.edu>
wrote:

> Hi,
>
> I'd like to list all package PkgA functions that another package PkgB
> use via Depends or Imports (ignoring Suggests for simplicity).  As
> long as PkgB uses importFrom("PkgA", ...) it's just a matter of
> parsing the NAMESPACE file or inspecting
> asNamespace("PkgB")$.__NAMESPACE__.$imports.  However, what can be
> done in case PkgB uses import("PkgA")?  Is there a function/package
> already available for this?
>
> Thanks,
>
> Henrik
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>

	[[alternative HTML version deleted]]



More information about the R-devel mailing list