Re: [Rd] rbind.data.frame reacts on levels without factor (PR#9578)

2007-03-21 Thread ripley
There is no example to reproduce here. Please do show the courtesy to follow the request at the bottom of every R-help posting and many other places and provide some reproducible evidence to support your points. On Wed, 21 Mar 2007, [EMAIL PROTECTED] wrote: > Full_Name: Lutz Prechelt > Version:

Re: [Rd] wishlist -- Fix for major format.pval limitation (PR#9574)

2007-03-21 Thread Charles Dupont
Martin Maechler wrote: >> "Gabor" == Gabor Grothendieck <[EMAIL PROTECTED]> >> on Tue, 20 Mar 2007 22:10:27 -0400 writes: > > Gabor> On 3/20/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > >> On 3/20/2007 1:40 PM, Gabor Grothendieck wrote: > >> > On 3/20/07, Duncan Murdoch

[Rd] bug and patch: strptime first-of-month error in (possibly unsupported use of) "%j" format (PR#9577)

2007-03-21 Thread jbrzusto
Full_Name: John Brzustowski Version: R-devel-trunk OS: linux (problem under Windows too) Submission from: (NULL) (74.101.124.238) (This bug was discovered by Phil Taylor, Acadia University.) I'm not sure from reading the documentation whether strptime(x, "%j") is meant to be supported, but if so,

[Rd] rbind.data.frame reacts on levels without factor (PR#9578)

2007-03-21 Thread prechelt
Full_Name: Lutz Prechelt Version: 2.4.1 OS: Windows XP Submission from: (NULL) (160.45.111.67) I stack a number of data.frames using rbind. Each of these dataframes has a column 'authorname', which is a factor and a column author = unclass(authorname) as piecewise pseudonyms. When using rbind to

Re: [Rd] wishlist -- Fix for major format.pval limitation (PR#9574)

2007-03-21 Thread Jeffrey Horner
Duncan Murdoch wrote: > On 3/21/2007 3:39 AM, Martin Maechler wrote: >>> "Gabor" == Gabor Grothendieck <[EMAIL PROTECTED]> >>> on Tue, 20 Mar 2007 22:10:27 -0400 writes: >> Gabor> On 3/20/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: >> >> On 3/20/2007 1:40 PM, Gabor Grothendiec

Re: [Rd] -std=c99 and inline semantics

2007-03-21 Thread Prof Brian Ripley
The answer seems to be simple: add -fgnu89-inline, which will be available for gcc >= 4.1.3 (not yet released) according to the info files in the trunk. BTW, the two OSes I tried the GCC trunk on (FC5 and MinGW) both had problems of their own with this change of semantics. AFAICS, wchar.h in

[Rd] Unable to register TclNotifier window class

2007-03-21 Thread Bos, Roger
Running R 2.4.1 in batch mode on a Windows Server 2003 machine occasionally gives me the following error in the ".Rout" file: Loading required package: tcltk Loading Tcl/Tk interface ... Unable to register TclNotifier window class This application has requested the Runtime to terminate it in an u

Re: [Rd] wishlist -- Fix for major format.pval limitation (PR#9574)

2007-03-21 Thread Duncan Murdoch
On 3/21/2007 3:39 AM, Martin Maechler wrote: >> "Gabor" == Gabor Grothendieck <[EMAIL PROTECTED]> >> on Tue, 20 Mar 2007 22:10:27 -0400 writes: > > Gabor> On 3/20/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > >> On 3/20/2007 1:40 PM, Gabor Grothendieck wrote: > >> > On 3/