Re: [Rd] 3 minor issues with getClass 'resolve.msg' arg

2016-07-11 Thread Hervé Pagès
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

Re: [Rd] 3 minor issues with getClass 'resolve.msg' arg

2016-07-11 Thread Martin Maechler
> 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

[Rd] 3 minor issues with getClass 'resolve.msg' arg

2016-06-26 Thread Hervé Pagès
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 - getClass() issues the same warning twice: tmp <- getClass("Annotated") Found more than one