Re: [Rd] build time dependency

2009-09-29 Thread Uwe Ligges
Romain Francois wrote: On 09/29/2009 04:36 AM, Seth Falcon wrote: On Mon, Sep 28, 2009 at 11:25 AM, Romain Francois wrote: Hi Uwe, I think you are supposed to do this kind of sequence: R CMD roxygen yourRoxygenablePackage R CMD build yourRoxygenablePackage_roxygen ... but I don't like t

Re: [Rd] build time dependency

2009-09-29 Thread Romain Francois
On 09/29/2009 04:36 AM, Seth Falcon wrote: On Mon, Sep 28, 2009 at 11:25 AM, Romain Francois wrote: Hi Uwe, I think you are supposed to do this kind of sequence: R CMD roxygen yourRoxygenablePackage R CMD build yourRoxygenablePackage_roxygen ... but I don't like this because what you uploa

Re: [Rd] build time dependency

2009-09-28 Thread Seth Falcon
On Mon, Sep 28, 2009 at 11:25 AM, Romain Francois wrote: > Hi Uwe, > > I think you are supposed to do this kind of sequence: > > R CMD roxygen yourRoxygenablePackage > R CMD build yourRoxygenablePackage_roxygen > > ... but I don't like this because what you upload to cran is not the actual > sourc

Re: [Rd] build time dependency

2009-09-28 Thread Romain Francois
On 09/28/2009 04:39 PM, Uwe Ligges wrote: Romain Francois wrote: On 09/27/2009 08:27 PM, Uwe Ligges wrote: Romain Francois wrote: Hello, Is there such thing as a build time dependency between packages : package B needs package A so that it can build, but once built it lives without it. Do

Re: [Rd] build time dependency

2009-09-28 Thread Uwe Ligges
Romain Francois wrote: On 09/27/2009 08:27 PM, Uwe Ligges wrote: Romain Francois wrote: Hello, Is there such thing as a build time dependency between packages : package B needs package A so that it can build, but once built it lives without it. Do you mean at a) "R CMD build" time or a

Re: [Rd] build time dependency

2009-09-28 Thread Romain Francois
On 09/27/2009 08:27 PM, Uwe Ligges wrote: Romain Francois wrote: Hello, Is there such thing as a build time dependency between packages : package B needs package A so that it can build, but once built it lives without it. Do you mean at a) "R CMD build" time or at b) "R CMD INSTALL" time?

Re: [Rd] build time dependency

2009-09-27 Thread Uwe Ligges
Romain Francois wrote: Hello, Is there such thing as a build time dependency between packages : package B needs package A so that it can build, but once built it lives without it. Do you mean at a) "R CMD build" time or at b) "R CMD INSTALL" time? For a), you probably do not need to decla

[Rd] build time dependency

2009-09-25 Thread Romain Francois
Hello, Is there such thing as a build time dependency between packages : package B needs package A so that it can build, but once built it lives without it. For example depending on the ant package to compile java code, or depend on roxygen to roxygenize the code, ... Adding roxygen to Dep