Re: [Rd] bug in rect (PR#9307)

2006-10-20 Thread p . dalgaard
Duncan Murdoch <[EMAIL PROTECTED]> writes: > Are you fixing rect? Done now (-patched and -devel). --=20 O__ Peter Dalgaard =C3=98ster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark

Re: [Rd] bug in rect (PR#9307)

2006-10-19 Thread Joseph Voelkel
: [Rd] bug in rect (PR#9307) On 10/19/2006 7:22 PM, Peter Dalgaard wrote: > Duncan Murdoch <[EMAIL PROTECTED]> writes: > >> On 10/19/2006 5:34 PM, [EMAIL PROTECTED] wrote: >>> Full_Name: Joe Voelkel >>> Version: 2.4.0 >>> OS: Windows XP >>> Submi

Re: [Rd] bug in rect (PR#9307)

2006-10-19 Thread Duncan Murdoch
On 10/19/2006 7:22 PM, Peter Dalgaard wrote: > Duncan Murdoch <[EMAIL PROTECTED]> writes: > >> On 10/19/2006 5:34 PM, [EMAIL PROTECTED] wrote: >>> Full_Name: Joe Voelkel >>> Version: 2.4.0 >>> OS: Windows XP >>> Submission from: (NULL) (129.21.11.37) >>> >>> >>> Using "border=NA" in the call to re

Re: [Rd] bug in rect (PR#9307)

2006-10-19 Thread Peter Dalgaard
Duncan Murdoch <[EMAIL PROTECTED]> writes: > On 10/19/2006 5:34 PM, [EMAIL PROTECTED] wrote: > > Full_Name: Joe Voelkel > > Version: 2.4.0 > > OS: Windows XP > > Submission from: (NULL) (129.21.11.37) > > > > > > Using "border=NA" in the call to rect generates an error. But the help file > > sa

Re: [Rd] bug in rect (PR#9307)

2006-10-19 Thread Duncan Murdoch
On 10/19/2006 5:34 PM, [EMAIL PROTECTED] wrote: > Full_Name: Joe Voelkel > Version: 2.4.0 > OS: Windows XP > Submission from: (NULL) (129.21.11.37) > > > Using "border=NA" in the call to rect generates an error. But the help file > says > border=NA is acceptable. > > (The problem is that borde

[Rd] bug in rect (PR#9307)

2006-10-19 Thread jgvcqa
Full_Name: Joe Voelkel Version: 2.4.0 OS: Windows XP Submission from: (NULL) (129.21.11.37) Using "border=NA" in the call to rect generates an error. But the help file says border=NA is acceptable. (The problem is that border=NA evaluates to TRUE for "is.logical(border)" inside the function. Us