[Rd] split.screen bug and patch

2009-04-04 Thread Dan Kelley
I hope it's OK to post a bug report, and a possible patch, on this list. Introduction === The split.screen() docs suggest that users should not return to a screen after it has been drawn, and that curious errors may result from doing so. This is clear from the test file I put below.

[Rd] suggestion: default v.names in reshape

2009-04-04 Thread Gabor Grothendieck
For reshape(dir = long, varying = list(...), ...) it would be convenient if the names of the varying list, if supplied, were used as the default v.names. Currently they are ignored. Thus one would be able to write: # test data frame d - structure(list(V.1 = 1:10, V.2 = c(1L, 1L, 1L, 1L, 1L, 2L,

[Rd] summary for negative binomial GLMs (PR#13640)

2009-04-04 Thread kushler
Full_Name: Robert Kushler Version: 2.7.2 OS: Windows XP Submission from: (NULL) (69.246.102.98) I believe that the negative binomial family (from MASS) should be added to the list for which dispersion is set to 1. __ R-devel@r-project.org mailing list

[Rd] R-alpha/R-beta builds on Alpha platform failing with compiler error

2009-04-04 Thread Dirk Eddelbuettel
Per https://buildd.debian.org/build.php?pkg=r-base, we see the Alpha platform having trouble with deriv.c : gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -mieee-with-inexact -fpic -std=gnu99 -O3 -pipe -g -c deriv.c -o deriv.o deriv.c: In function 'simplify':

Re: [Rd] R-alpha/R-beta builds on Alpha platform failing with compiler error

2009-04-04 Thread Peter Dalgaard
Dirk Eddelbuettel wrote: Per https://buildd.debian.org/build.php?pkg=r-base, we see the Alpha platform having trouble with deriv.c : gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -mieee-with-inexact -fpic -std=gnu99 -O3 -pipe -g -c deriv.c -o deriv.o deriv.c: In

Re: [Rd] R-alpha/R-beta builds on Alpha platform failing with compiler error

2009-04-04 Thread Dirk Eddelbuettel
On 4 April 2009 at 23:21, Peter Dalgaard wrote: | Dirk Eddelbuettel wrote: | Per https://buildd.debian.org/build.php?pkg=r-base, we see the Alpha platform | having trouble with deriv.c : | | gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -mieee-with-inexact -fpic