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
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
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
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
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
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?
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
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