Re: [R] tidying up

2022-02-28 Thread Stephen H. Dawson, DSL via R-help
some, may be better off spending the money to hire someone and I assume there are places they can be directed. -Original Message- From: Jim Lemon To: Avi Gross Cc: r-help@r-project.org Sent: Sun, Feb 27, 2022 4:52 pm Subject: Re: [R] tidying up Hi Avi, I just sent in an an

Re: [R] tidying up

2022-02-27 Thread Bert Gunter
For those wishing to make changes to r-help or seeking info on the R mailing lists in general, please consult: https://www.r-project.org/mail.html You may wish to cc Martin Maechler on any proposals for change, as he is one of the maintainers -- or at least can contact the maintainers -- of

Re: [R] tidying up

2022-02-27 Thread Jeff Newmiller
FWIW my brief answer to your brief question is "of course" it is okay. The real problem however are the questions that can only be answered by people with detailed understanding of non-R-related issues, such as the workings of the custom interactive graphics device used by RStudio or the broken

Re: [R] tidying up

2022-02-27 Thread Avi Gross via R-help
To: Avi Gross Cc: r-help@r-project.org Sent: Sun, Feb 27, 2022 4:52 pm Subject: Re: [R] tidying up Hi Avi, I just sent in an answer to a very simple question. In many cases it seems to me that the real problem isn't apparent from the request. ektaraK appears to have almost no experience with R

Re: [R] tidying up

2022-02-27 Thread Jim Lemon
Hi Avi, I just sent in an answer to a very simple question. In many cases it seems to me that the real problem isn't apparent from the request. ektaraK appears to have almost no experience with R (sorry if I'm wrong). A person in this position may sort of know what they want to do but do not know

[R] tidying up

2022-02-27 Thread Avi Gross via R-help
This mailing list seems to steadily get messages that some see as not relevant to this forum. In particular, some see it as wrong to bring up some things here and keep reminding people of some ground rules. So I want to know, briefly, if it is reasonable to ask a person with a question or

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 =