search for: fpkg

Displaying 2 results from an estimated 2 matches for "fpkg".

Did you mean: dpkg
2014 Nov 25
0
problem with setGroupGeneric from package methods
...t;- c(generics, others) packages <- c(packages, attr(others, "package")) } ## check for duplicates dups <- duplicated(generics) & duplicated(packages) generics <- generics[!dups] for(i in seq_along(generics)) { f <- generics[[i]] fpkg <- packages[[i]] if(!identical(fpkg, pkg) && doCheck) { if(attach) { env <- as.environment(where) ## All instances of this generic in different attached packages must ## agree with the cached version of the generic fo...
2011 Mar 01
1
changes in recent R-devel revisions?
Hi, I have a BioC infra-structure package that works fine (I can build, check and load it successfully) on revision r53950. The very same package fails on r54591 with the error below: Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) : cyclic name space dependency detected when loading ?oligoClasses?, already loading ?oligoClasses? I don't see anything