PS: the case that I fixed probably shouldn't be an error at all, rather it
should just suggest the necessary imports.


On Thu, Dec 19, 2013 at 6:45 AM, Michael Lawrence <micha...@gene.com> wrote:

> I tried out codetoolsBioC for fun and found that it fails to report
> (potentially necessary) method imports from packages that do not define the
> generic (just add methods). A good example is "start" -- it will not be
> reported for GenomicRanges under method imports. Of course, there is no way
> to know whether a package is using start on a GRanges, IRanges, or a time
> series for that matter, but it's best to be safe. Is there a maintainer
> that can address this?
>
> I did check-in one fix: findExternalDeps failed for cases where a package
> (erroneously) imported methods without importing the generic (like
> importMethodsFrom(GenomicRanges, "start<-") without the corresponding
> import from IRanges). It now throws a more informative error message.
>
> Michael
>
>

        [[alternative HTML version deleted]]

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to