Re: [Rd] Minimum of an ordered factor

2011-01-07 Thread Kurt Hornik
> Martin Maechler writes: > "TTLAM" == Thaler, Thorn, LAUSANNE, Applied Mathematics > > on Thu, 6 Jan 2011 15:37:01 +0100 writes: TTLAM> Kurt Hornik writes >>> >> if (!all(sapply(args, is.ordered)) || >>> >> !all(sapply(level.list, identical, y = level.set))) { >>> >>> I th

Re: [Rd] steps for problems compiling a package

2011-01-07 Thread Prof Brian Ripley
On Thu, 6 Jan 2011, egc wrote: Recently installed 2.12.1 on my CentOS 5.5 box. Install of R went without incident, and packages downloaded and compiled fine. With one exception -- my interest is somewhat in the problems with this particular package, but more in terms of 'what to do if/when a p

Re: [Rd] Minimum of an ordered factor

2011-01-07 Thread Martin Maechler
> Thaler,Thorn,LAUSANNE,Applied Mathematics > on Fri, 7 Jan 2011 13:35:16 +0100 writes: >> Martin Maechler writes >> I have now committed the amended proposal (rev 53925); >> thank you for the feedbacks.. > I had a look at it and there is a typo: > stop(g

Re: [Rd] Indexing request

2011-01-07 Thread Prof Brian Ripley
On Fri, 7 Jan 2011, Duncan Murdoch wrote: On 11-01-07 5:52 AM, Prof Brian Ripley wrote: On Fri, 7 Jan 2011, Duncan Murdoch wrote: On 11-01-07 12:08 AM, David Winsemius wrote: I just tried ?Constants at the console and was disappointed that the so-named base help page would not come up.

[Rd] steps for problems compiling a package

2011-01-07 Thread egc
Recently installed 2.12.1 on my CentOS 5.5 box. Install of R went without incident, and packages downloaded and compiled fine. With one exception -- my interest is somewhat in the problems with this particular package, but more in terms of 'what to do if/when a package' doesn't compile properly

Re: [Rd] Indexing request

2011-01-07 Thread Duncan Murdoch
On 11-01-07 5:52 AM, Prof Brian Ripley wrote: On Fri, 7 Jan 2011, Duncan Murdoch wrote: On 11-01-07 12:08 AM, David Winsemius wrote: I just tried ?Constants at the console and was disappointed that the so-named base help page would not come up. > ?Constants No documentation for 'Constan

Re: [Rd] Minimum of an ordered factor

2011-01-07 Thread Thaler, Thorn, LAUSANNE, Applied Mathematics
> Martin Maechler writes > I have now committed the amended proposal (rev 53925); > thank you for the feedbacks.. I had a look at it and there is a typo: stop(gettextf("'%s' not defined for \"difftime\" objects", .Generic), domain = NA) should rather be stop(gettextf("'%s' not defined f

Re: [Rd] Minimum of an ordered factor

2011-01-07 Thread Martin Maechler
> "TTLAM" == Thaler, Thorn, LAUSANNE, Applied Mathematics > > on Thu, 6 Jan 2011 15:37:01 +0100 writes: TTLAM> Kurt Hornik writes >> >> if (!all(sapply(args, is.ordered)) || >> >> !all(sapply(level.list, identical, y = level.set))) { >> >> I think it would be

Re: [Rd] Indexing request

2011-01-07 Thread Prof Brian Ripley
On Fri, 7 Jan 2011, Duncan Murdoch wrote: On 11-01-07 12:08 AM, David Winsemius wrote: I just tried ?Constants at the console and was disappointed that the so-named base help page would not come up. > ?Constants No documentation for 'Constants' in specified packages and libraries: you coul

Re: [Rd] Indexing request

2011-01-07 Thread Duncan Murdoch
On 11-01-07 12:08 AM, David Winsemius wrote: I just tried ?Constants at the console and was disappointed that the so-named base help page would not come up. > ?Constants No documentation for 'Constants' in specified packages and libraries: you could try '??Constants' Seems like there should