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 <h...@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@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to