Hi Martin,
Thanks for the heads up and thanks Michael for making this change.
FWIW I just tried this with R-devel and indeed it seems to be doing
a much better job at handling multiple hits in the cache class. In
particular the Annotated class defined in the RNeXML package doesn't
get in the way
> Hervé Pagès
> on Sun, 26 Jun 2016 13:21:00 -0700 writes:
> Hi,
> It turns out that two packages (1 Bioconductor, 1 CRAN) define an
> S4 class called "Annotated":
> library(S4Vectors) # see (*) at bottom for how to install
> library(RNeXML)
> 1st issue