Re: [Rd] R freezes with text(...., srt = -1e-8) (PR#9347)

2006-11-07 Thread Emmanuel Paradis
Duncan Murdoch wrote: > On 11/7/2006 5:35 AM, [EMAIL PROTECTED] wrote: > >> Full_Name: Emmanuel Paradis >> Version: 2.4.0 >> OS: Linux >> Submission from: (NULL) (193.49.41.124) >> >> >> Adding text to a plot makes R freeze if 'srt' is

[Rd] R freezes with text(...., srt = -1e-8) (PR#9347)

2006-11-07 Thread paradis
Full_Name: Emmanuel Paradis Version: 2.4.0 OS: Linux Submission from: (NULL) (193.49.41.124) Adding text to a plot makes R freeze if 'srt' is given a very small negative value, eg: plot(1, type = "n") text(1, 1, "some text", srt = -1e-8) But if 'srt = -

Re: [Rd] read.fwf doesn't work with header = TRUE (PR#8226)

2005-10-24 Thread Emmanuel . Paradis
Prof Brian Ripley wrote: > On Fri, 21 Oct 2005, Emmanuel Paradis wrote: > >> Prof Brian Ripley wrote: >> >>> On Thu, 20 Oct 2005 [EMAIL PROTECTED] wrote: >>> >>>> Full_Name: Emmanuel Paradis >>>> Version: 2.1.1 >>>> OS: Li

Re: [Rd] read.fwf doesn't work with header = TRUE (PR#8226)

2005-10-21 Thread Emmanuel . Paradis
Prof Brian Ripley wrote: > On Thu, 20 Oct 2005 [EMAIL PROTECTED] wrote: > >> Full_Name: Emmanuel Paradis >> Version: 2.1.1 >> OS: Linux >> Submission from: (NULL) (193.49.41.105) >> >> >> read.fwf(..., header = TRUE) does not work properly since

[Rd] read.fwf doesn't work with header = TRUE (PR#8226)

2005-10-20 Thread Emmanuel . Paradis
Full_Name: Emmanuel Paradis Version: 2.1.1 OS: Linux Submission from: (NULL) (193.49.41.105) read.fwf(..., header = TRUE) does not work properly since: 1/ the original header is printed on the console and not in FILE; 2/ the different 'parts' of the header should be separated with