[Rd] possible bug in chron packages

2010-12-08 Thread Joris Meys
Dear, According to the documentation, the parameters given in dates are passed to the function chron. When trying this out, it turns out that this apparently doesn't happen, eg: dates(20100101,format=Ymd,out.format=day mon year) [1] 01/01/10 chron(20100101,format=Ymd,out.format=day mon year)

Re: [Rd] possible bug in chron packages

2010-12-08 Thread Gavin Simpson
On Wed, 2010-12-08 at 11:26 +0100, Joris Meys wrote: Dear, According to the documentation, the parameters given in dates are passed to the function chron. When trying this out, it turns out that this apparently doesn't happen, eg: dates(20100101,format=Ymd,out.format=day mon year) [1]

Re: [Rd] Wait for user input with readline()

2010-12-08 Thread Alexandre
Thanks all, Even if I'm not an expert in programmation, I'll try to compile informations and try to sort my problem. Alexandre -- View this message in context: http://r.789695.n4.nabble.com/Wait-for-user-input-with-readline-tp3054517p3077878.html Sent from the R devel mailing list archive at

Re: [Rd] Suggested change to integrate.Rd

2010-12-08 Thread Spencer Graves
Hi, John: Maybe change it to something like gives wrong answer without warning on many systems (see 'Note' above), as the 'Note' does provide more detail. Thanks, Spencer On 12/7/2010 8:08 PM, John Nolan wrote: R developers understand intimately how things work, and terse descriptions

Re: [Rd] Suggested change to integrate.Rd (was: Re: 0.5 != integrate(dnorm, 0, 20000) = 0)

2010-12-08 Thread Ravi Varadhan
Hi, My honest and (not so) humble opinion is that no amount of clear and explicit warning can totally prevent the inappropriate use of any tool. Users will continue to use the tools, without doing the necessary background work to figure out whether the that tool is the appropriate one for their

[Rd] directory structure of R 2.12.0 distribution

2010-12-08 Thread Gabor Grothendieck
I am just revising my batch files which call R and have a question regarding the directory structure of the R distribution in R 2.12.0. Prior to R 2.12.0 the R executables were in R_HOME\bin but now are in R_HOME\bin\i386 on my machine. I assume that there is a different subdirectory of bin on

Re: [Rd] directory structure of R 2.12.0 distribution

2010-12-08 Thread Kevin R. Coombes
Hi, On my 64-bit machine, there are two subdirectories: i386 x64 I usually want to use the 64-bit executable. However, some packages have not yet been compiled for a 64-bit machine, so for those I need to use the 32-bit i386 subdirectory. Kevin On 12/8/2010 10:32 AM, Gabor

Re: [Rd] directory structure of R 2.12.0 distribution

2010-12-08 Thread Gabor Grothendieck
On Wed, Dec 8, 2010 at 11:43 AM, Kevin R. Coombes kevin.r.coom...@gmail.com wrote: Hi, On my 64-bit machine, there are two subdirectories:    i386    x64 I usually want to use the 64-bit executable.  However, some packages have not yet been compiled for a 64-bit machine, so for those I need

Re: [Rd] directory structure of R 2.12.0 distribution

2010-12-08 Thread Duncan Murdoch
Gabor Grothendieck wrote: On Wed, Dec 8, 2010 at 11:43 AM, Kevin R. Coombes kevin.r.coom...@gmail.com wrote: Hi, On my 64-bit machine, there are two subdirectories: i386 x64 I usually want to use the 64-bit executable. However, some packages have not yet been compiled for a 64-bit

Re: [Rd] Suggested change to integrate.Rd

2010-12-08 Thread Spencer Graves
That sounds like a great idea to me: This should give the Core R team more time to worry about the code by delegating maintenance of the help files to a larger group. Spencer On 12/8/2010 2:22 PM, John Nolan wrote: Well, you can't idiot-proof things, but you can give clear descriptions

Re: [Rd] Suggested change to integrate.Rd

2010-12-08 Thread Duncan Murdoch
On 08/12/2010 5:30 PM, Spencer Graves wrote: That sounds like a great idea to me: This should give the Core R team more time to worry about the code by delegating maintenance of the help files to a larger group. There's nothing stopping you from writing documentation. Lots of people write