Displaying 2 results from an estimated 2 matches for "classextends".
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
...re is the NEWS entry (2nd entry of 'BUG FIXES) :
o When a class name matches multiple classes in the cache,
perform a dynamic search in order to obey namespace
imports. This should eliminate annoying messages about multiple
hits in the class cache. Also, pass along the package from the
ClassExtends object when looking up superclasses in the cache.
> Thanks,
> H.
You are welcome,
Martin
> (*) Install S4Vectors with:
> source("https://bioconductor.org/biocLite.R")
> biocLite("S4Vectors")
> --
> Herv? Pag?s
> Pro...