Re: [Rd] Reversing axis in a log plot (PR#7894)

2005-05-27 Thread ligges
Yes, this one is a bug in CreateAtVector, plot.c. It already has the lines: /* Debugging: When does the following happen... ? */ if (umin umax) warning(CreateAtVector \log\(from axis()): usr[0] = %g %g = usr[1] !, umin, umax); And now we know that it happens

[Rd] qcauchy accuracy (PR#7902)

2005-05-27 Thread mwelinder
Full_Name: Morten Welinder Version: 2.1.0 OS: src only Submission from: (NULL) (216.223.241.212) Now that pcauchy has been fixed, it is becoming clear that qcauchy suffers from the same problems. qcauchy(pcauchy(1e100,0,1,FALSE,TRUE),0,1,FALSE,TRUE) should yield 1e100 back, but I get

[Rd] crash in R OS X GUI (PR#7903)

2005-05-27 Thread pdbailey
When I type an open paren the (otherwise absolutely wonderful) help dialog at the bottom crashes R. For example polygon(c( [all is well polygon(c(( 2005-05-27 14:13:14.843 R[478] *** -[NSCFDate characterAtIndex:]: selector not recognized 2005-05-27 14:13:14.881 R[478] *** NSTimer discarding

Re: [Rd] crash in R OS X GUI (PR#7903)

2005-05-27 Thread Simon Urbanek
On May 27, 2005, at 3:25 PM, [EMAIL PROTECTED] wrote: When I type an open paren the (otherwise absolutely wonderful) help dialog at the bottom crashes R. Are you talking about the console or the editor? For example polygon(c( [all is well polygon(c(( 2005-05-27 14:13:14.843 R[478]