Re: [Rd] Developer work cycle

2007-04-02 Thread Tony Plate
Sciences > Marine Laboratory > Castray Esplanade > Hobart 7001 > TAS > > ph (+61) 3 6232 5118 > fax (+61) 3 6232 5012 > mob (+61) 438 315 623 > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of J

Re: [Rd] Developer work cycle

2007-03-29 Thread Mark.Bravington
438 315 623 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John Chambers > Sent: Friday, 30 March 2007 10:34 AM > To: Douglas Bates > Cc: "José Luis Aznarte M."; r-devel@r-project.org > Subject: Re: [Rd] Developer work

Re: [Rd] Developer work cycle

2007-03-29 Thread John Chambers
Douglas Bates wrote: > On 3/26/07, "José Luis Aznarte M." <[EMAIL PROTECTED]> wrote: > >> Hi! I've been browsing through the last months' archive and I can't >> find an answer to my question, so here it is (let's hope it's not too >> obvious): >> I'm working on extensions of an R library

Re: [Rd] Developer work cycle

2007-03-29 Thread Douglas Bates
On 3/26/07, "José Luis Aznarte M." <[EMAIL PROTECTED]> wrote: > Hi! I've been browsing through the last months' archive and I can't > find an answer to my question, so here it is (let's hope it's not too > obvious): > I'm working on extensions of an R library, and I would be very > surprise

Re: [Rd] Developer work cycle

2007-03-26 Thread Hin-Tak Leung
José Luis Aznarte M. wrote: > Hin-Tak Leung wrote: >> I don't do 2, 3, 4 that way. I just run the sessions in parallel, >> and do (no root privilege required): >> >> R CMD INSTALL -l sometemplace mypackage >> >> and in a parallel session, do >> >> library(mypackage, lib.loc="sometemplate") > Wh

Re: [Rd] Developer work cycle

2007-03-26 Thread hadley wickham
On 3/26/07, "José Luis Aznarte M." <[EMAIL PROTECTED]> wrote: > Hi! I've been browsing through the last months' archive and I can't > find an answer to my question, so here it is (let's hope it's not too > obvious): > I'm working on extensions of an R library, and I would be very > surprise

Re: [Rd] Developer work cycle

2007-03-26 Thread Hin-Tak Leung
José Luis Aznarte M. wrote: > Hi! I've been browsing through the last months' archive and I can't > find an answer to my question, so here it is (let's hope it's not too > obvious): > I'm working on extensions of an R library, and I would be very > surprised if everyone developing R package

Re: [Rd] Developer work cycle

2007-03-26 Thread Prof Brian Ripley
It depends on the change, but I never install an unreleased package into the main library, so do not need sudo for 3). I have a 'test-library' library that is in R_LIBS in ~/.Rprofile and I use solely for package testing. If this is a change to the NAMESPACE or an unexported object you do nee

[Rd] Developer work cycle

2007-03-26 Thread José Luis Aznarte M.
Hi! I've been browsing through the last months' archive and I can't find an answer to my question, so here it is (let's hope it's not too obvious): I'm working on extensions of an R library, and I would be very surprised if everyone developing R packages is doing the following, as I do: