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

2013-05-17 Thread Dan Tenenbaum
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 Windows or Mac, and available on > Linux only if octave is installed (RcppOctave is mine as well but getting > wor

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

2013-05-17 Thread Steve Lianoglou
Hi, On Friday, May 17, 2013, 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 Windows or Mac, and available on > > Linux only

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

2013-05-17 Thread Dan Tenenbaum
On Fri, May 17, 2013 at 8:22 AM, Steve Lianoglou wrote: > Hi, > > > On Friday, May 17, 2013, 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,

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

2013-05-17 Thread Dan Tenenbaum
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 Windows or Mac, and available on > Linux only if octave is installed (RcppOctave is mine as well but getting > wor

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

2013-05-17 Thread Renaud Gaujoux
Thanks very much Dan -- and Steve. I perfectly understand that setting _R_CHECK_FORCE_SUGGESTS_=false globally is not really an option, and that checks must be as strict as possible. I am fine with using the Enhances field, since it keeps the dependency. Will fix the package and re-submit. An idea