Re: [Rd] glm offset and interaction bugs (PR#4941)

2003-11-03 Thread Thomas Lumley
On Tue, 4 Nov 2003 [EMAIL PROTECTED] wrote: > Full_Name: Charles J. Geyer > Version: 1.8.0 > OS: i686-pc-linux-gnu (Suse 8.2) > Submission from: (NULL) (134.84.86.22) > > > Two bugs (perhaps related, perhaps independent) revealed by the same > Poisson regression with offset Only one bug, i think.

[Rd] glm offset and interaction bugs (PR#4941)

2003-11-03 Thread charlie
Full_Name: Charles J. Geyer Version: 1.8.0 OS: i686-pc-linux-gnu (Suse 8.2) Submission from: (NULL) (134.84.86.22) Two bugs (perhaps related, perhaps independent) revealed by the same Poisson regression with offset mydata <- read.table(url("http://www.stat.umn.edu/geyer/5931/mle/seeds.txt";)) ou

[Rd] grid bug

2003-11-03 Thread Paul Murrell
Hi I've just discovered a potentially nasty bug in grid. If you have developed code using grid, please check whether this may affect your code. The problem occurs when a numeric value is multiplied by a unit object, e.g., 0.5*unit(1, "inches"). The result will be WRONG if the numeric has leng

Re: [Rd] POSIXct under R-1.8.0 with Methods package

2003-11-03 Thread Martin Maechler
> "UweL" == Uwe Ligges <[EMAIL PROTECTED]> > on Mon, 03 Nov 2003 19:41:01 +0100 writes: UweL> Marsland, John wrote: >> I am having problems porting a package to R-1.8.0 where I >> have complex S4 classes with slots inheriting from >> POSIXct. For example: >> >>

Re: [Rd] POSIXct under R-1.8.0 with Methods package

2003-11-03 Thread Prof Brian Ripley
It's a bug: oldClass.R:substitute(CLASS %in % attr(object, "class"), list(CLASS = cl)) has a typo. Now corrected in R-patched thank you. On Mon, 3 Nov 2003, Marsland, John wrote: > > I am having problems porting a package to R-1.8.0 where I have complex S4 > classes with slots inh

Re: [Rd] POSIXct under R-1.8.0 with Methods package

2003-11-03 Thread Uwe Ligges
Marsland, John wrote: I am having problems porting a package to R-1.8.0 where I have complex S4 classes with slots inheriting from POSIXct. For example: setClass("test1", representation(date="POSIXct")) [1] "test1" new("test1", date=as.POSIXct("2003-10-09")) Error in [EMAIL PROTECTED](object) :

[Rd] POSIXct under R-1.8.0 with Methods package

2003-11-03 Thread Marsland, John
I am having problems porting a package to R-1.8.0 where I have complex S4 classes with slots inheriting from POSIXct. For example: > setClass("test1", representation(date="POSIXct")) [1] "test1" > new("test1", date=as.POSIXct("2003-10-09")) Error in [EMAIL PROTECTED](object) : couldn't find funct

Re: [Rd] cvs diff not working on anonymous cvs (PR#4907)

2003-11-03 Thread Brian Gough
John W. Eaton writes: > On 1-Nov-2003, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > | bjg|debian> cvs diff -r R-1-7-0 README > | cvs [server aborted]: cannot write /cvs/CVSROOT/val-tags: Permission denied > > I think this should be fixed now. > Yes, it's working now -- thanks. -- Bri