Displaying 2 results from an estimated 2 matches for "r70554".
Did you mean:
370554
2016 Jun 26
2
3 minor issues with getClass 'resolve.msg' arg
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 class "Annotated" in cache; using the first, from
namespace
2016 Jul 11
0
3 minor issues with getClass 'resolve.msg' arg
...ass "Annotated" in cache; using the first, from
> namespace 'S4Vectors'
Indeed, R-core had found this to be buggy ourselves, and changes
happened then to clean up this behavior; specifically it was
------------------------------------------------------------------------
r70554 | lawrence | 2016-04-27 06:05:07 +0200 (Wed, 27 Apr 2016)
better resolve multiple hits in the class cache
------------------------------------------------------------------------
Because the changes would have potential effects that were not
so easy to predict, and I think it *does* entail change...