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.
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
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
> "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:
>>
>>
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
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) :
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
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