Re: [R] Tidying up code - Warning message: deparse may be incomplete

2008-08-29 Thread Duncan Murdoch
On 28/08/2008 10:46 AM, Marie Pierre Sylvestre wrote: Dear R users, I am currently writing a R package and to do so I am following the guidelines in manual 'Writing R extensions'. In Section 3.1, it is suggested to tidy up the code using a file containing the following: options(keep.source =

Re: [R] Tidying up code - Warning message: deparse may be incomplete

2008-08-29 Thread Martin Maechler
DM == Duncan Murdoch [EMAIL PROTECTED] on Fri, 29 Aug 2008 08:36:12 -0400 writes: DM On 28/08/2008 10:46 AM, Marie Pierre Sylvestre wrote: Dear R users, I am currently writing a R package and to do so I am following the guidelines in manual 'Writing R extensions'.

Re: [R] Tidying up code - Warning message: deparse may be incomplete

2008-08-29 Thread Peter Dalgaard
Martin Maechler wrote: I strongly agree with your last paragraph, and I have always thought that we should recommend using R-aware editors rather than dump() nowadays ... but then I thought that I've been biased at all times, being a co-developer of ESS, authoring its M-x

[R] Tidying up code - Warning message: deparse may be incomplete

2008-08-28 Thread Marie Pierre Sylvestre
Dear R users, I am currently writing a R package and to do so I am following the guidelines in manual 'Writing R extensions'. In Section 3.1, it is suggested to tidy up the code using a file containing the following: options(keep.source = FALSE) source(myfuns..R) dump(ls(all = TRUE), file =

Re: [R] Tidying up code - Warning message: deparse may be incomplete

2008-08-28 Thread Duncan Murdoch
On 28/08/2008 10:46 AM, Marie Pierre Sylvestre wrote: Dear R users, I am currently writing a R package and to do so I am following the guidelines in manual 'Writing R extensions'. In Section 3.1, it is suggested to tidy up the code using a file containing the following: options(keep.source =