[Bioc-devel] Incorrect result from AnnotationDbi::mget on bimap subset when ifnotfound=NA

2013-03-14 Thread Renaud Gaujoux
Hi, I get strange (incorrect?) output from AnnotationDbi::mget when using it on a subset bimap object with argument ifnotfound=NA. Keys that exist in the original map are incorrectly returned as found, keys that don't are correctly returned as NA (See code and output below). Any idea? Can anybody

[Bioc-devel] ExpressionSet and LumiBatch: inheritance problem in S4 methods for union class

2013-05-07 Thread Renaud Gaujoux
Hi, I am getting an error when calling an S4 method, which is defined for a union class that includes ExpressionSet, on a LumiBatch object: The error prototype is as follows: - 'A' is Union of 'B' and 'C' - 'D' extends 'C' - a method myfun() exists for class 'A' => myfun('C') works but not myfun

Re: [Bioc-devel] ExpressionSet and LumiBatch: inheritance problem in S4 methods for union class

2013-05-07 Thread Renaud Gaujoux
Argh! Namespace and union class: a nice explosive recipe... Thanks Martin for the example reduction! I will forward/continue this to r-devel. Renaud On 7 May 2013 19:55, Martin Morgan wrote: > On 05/07/2013 04:04 AM, Renaud Gaujoux wrote: > >> Hi, >> >> I am getting

[Bioc-devel] Bioconductor Package Builder and _R_CHECK_FORCE_SUGGESTS_

2013-05-16 Thread Renaud Gaujoux
Hi, I am trying to submit a package to Bioconductor with a Suggests dependency to RcppOctave, which is not available on Windows or Mac, and available on Linux only if octave is installed (RcppOctave is mine as well but getting working on other platforms than Linux is not yet on the agenda). All bu

Re: [Bioc-devel] Bioconductor Package Builder and _R_CHECK_FORCE_SUGGESTS_

2013-05-17 Thread Renaud Gaujoux
. Bests, Renaud On 17 May 2013 23:41, Dan Tenenbaum wrote: > On Thu, May 16, 2013 at 10:53 PM, Renaud Gaujoux > wrote: > > Hi, > > > > I am trying to submit a package to Bioconductor with a Suggests > dependency > > to RcppOctave, which is not available on

[Bioc-devel] Clarifying/simplifying on the SVN-Github mirroring

2013-09-26 Thread Renaud Gaujoux
Hi, if I understood correctly the instructions on https://github.com/Bioconductor/BiocGithubHelp/wiki/Managing-your-Bioc-code-on-hedgehog-and-github, it is recommend to work/branch out directly on the local git-svn branch, and merge into the github master branch to sync code on github. Couple of q

Re: [Bioc-devel] Clarifying/simplifying on the SVN-Github mirroring

2013-09-27 Thread Renaud Gaujoux
stop you from continuing to use that if you want to. > > > Dan > > > - Original Message - > > From: "Renaud Gaujoux" > > To: bioc-devel@r-project.org > > Sent: Thursday, September 26, 2013 1:09:15 AM > > Subject: [Bioc-devel] Clari