Re: [Rd] R CMD check and Suggests Packages

2011-05-04 Thread Dario Strbenac
Original message Date: Wed, 4 May 2011 09:44:14 +0200 From: Martin Maechler maech...@stat.math.ethz.ch Subject: Re: [Rd] R CMD check and Suggests Packages To: d.strbe...@garvan.org.au Cc: Martin Maechler maech...@stat.math.ethz.ch, Hervé Pagès hpa...@fhcrc.org, r-devel@r-project.org

Re: [Rd] R CMD check and Suggests Packages

2011-05-04 Thread Simon Urbanek
, at 4:00 AM, Dario Strbenac wrote: Original message Date: Wed, 4 May 2011 09:44:14 +0200 From: Martin Maechler maech...@stat.math.ethz.ch Subject: Re: [Rd] R CMD check and Suggests Packages To: d.strbe...@garvan.org.au Cc: Martin Maechler maech...@stat.math.ethz.ch, Hervé Pagès

Re: [Rd] R CMD check and Suggests Packages

2011-05-04 Thread Hervé Pagès
On 11-05-03 12:43 AM, Martin Maechler wrote: Hervé Pagèshpa...@fhcrc.org on Mon, 02 May 2011 11:55:08 -0700 writes: Hi, On 11-04-28 07:00 PM, Dario Strbenac wrote: Hello, In my description file, I have an example data package in Suggests: that I've

Re: [Rd] R CMD check and Suggests Packages

2011-05-03 Thread Martin Maechler
Hervé Pagès hpa...@fhcrc.org on Mon, 02 May 2011 11:55:08 -0700 writes: Hi, On 11-04-28 07:00 PM, Dario Strbenac wrote: Hello, In my description file, I have an example data package in Suggests: that I've deleted from my library to test what the user who

Re: [Rd] R CMD check and Suggests Packages

2011-05-03 Thread Dario Strbenac
Hello, If Dario really uses R 2.13.0 (or newer), and he gets the above error message for a package that is not required but only suggested, I think we'd need a clear, ideally simple, reproducible example, here. I was able to reproduce it. I made a new package with package.skeleton(), then added

Re: [Rd] R CMD check and Suggests Packages

2011-05-02 Thread Hervé Pagès
Hi, On 11-04-28 07:00 PM, Dario Strbenac wrote: Hello, In my description file, I have an example data package in Suggests: that I've deleted from my library to test what the user who doesn't have it will experience. However, R CMD check won't even pass my package : * checking package

Re: [Rd] R CMD check and Suggests Packages

2011-04-29 Thread Prof Brian Ripley
On Fri, 29 Apr 2011, Dario Strbenac wrote: Hello, In my description file, I have an example data package in Suggests: that I've deleted from my library to test what the user who doesn't have it will experience. However, R CMD check won't even pass my package : * checking package

Re: [Rd] R CMD check and Suggests Packages

2011-04-29 Thread Steve Lianoglou
Hi, On Fri, Apr 29, 2011 at 5:29 AM, Prof Brian Ripley rip...@stats.ox.ac.uk wrote: On Fri, 29 Apr 2011, Dario Strbenac wrote: Hello, In my description file, I have an example data package in Suggests: that I've deleted from my library to test what the user who doesn't have it will

Re: [Rd] R CMD check and Suggests Packages

2011-04-29 Thread Simon Urbanek
On Apr 29, 2011, at 9:52 AM, Steve Lianoglou wrote: Hi, On Fri, Apr 29, 2011 at 5:29 AM, Prof Brian Ripley rip...@stats.ox.ac.uk wrote: On Fri, 29 Apr 2011, Dario Strbenac wrote: Hello, In my description file, I have an example data package in Suggests: that I've deleted from my

Re: [Rd] R CMD check and Suggests Packages

2011-04-29 Thread Martin Morgan
On 04/29/2011 07:36 AM, Simon Urbanek wrote: On Apr 29, 2011, at 9:52 AM, Steve Lianoglou wrote: Hi, On Fri, Apr 29, 2011 at 5:29 AM, Prof Brian Ripley rip...@stats.ox.ac.uk wrote: On Fri, 29 Apr 2011, Dario Strbenac wrote: Hello, In my description file, I have an example data package

Re: [Rd] R CMD check and Suggests Packages

2011-04-29 Thread Hadley Wickham
Maybe also useful to distinguish between package check and INSTALL, where during the former the Suggests: package must be present (modulo setting additional flags) but in the latter may not be. The Bioconductor build system, for instance, would install RepitoolsExamples  before running R CMD

Re: [Rd] R CMD check and Suggests Packages

2011-04-29 Thread Dario Strbenac
The intention was more to have another place to make the user aware of a real-sized data package I made, since the package only comes with trivially sized data. The help examples and vignette only use the small sized data, and never the realistic dataset. I suppose it is better just to put a

[Rd] R CMD check and Suggests Packages

2011-04-28 Thread Dario Strbenac
Hello, In my description file, I have an example data package in Suggests: that I've deleted from my library to test what the user who doesn't have it will experience. However, R CMD check won't even pass my package : * checking package dependencies ... ERROR Package required but not