Re: [Rd] (PR#7276) Re: Bug#275791: r-gnome: gnome library can not be read

2004-10-11 Thread Dirk Eddelbuettel
On Mon, Oct 11, 2004 at 08:15:43AM +0100, Prof Brian Ripley wrote: > On Mon, 11 Oct 2004 [EMAIL PROTECTED] wrote: > > > Dear R bug fixers, > > > > This came in early this morning. The R/Gnome configuration, and selection of > > libraries hat not changed one bit since I last built 1.9.1 -- but may

Re: [Rd] Function _coerce_ in _setIs_ never entered (S4).

2004-10-11 Thread John Chambers
The source of the problem is that, because "list" is a basic class, there is a pre-defined method for as(x, "list") (roughly, use as.list(x)). (Technically, this is found as a method for the coerce() function.) Normally, setIs() doesn't explicitly set the method for coerce(), delaying that until

Re: [Rd] Bug with png() and plot(type="n") (PR#7270)

2004-10-11 Thread Prof Brian Ripley
On 8 Oct 2004, Peter Dalgaard wrote: > [EMAIL PROTECTED] writes: > > > Full_Name: Allen McIntosh > > Version: 2.0.0 > > OS: Linux > > Submission from: (NULL) (67.80.175.118) > > > > > > Observed the bug with the following combinations: (RedHat 7.3, R 1.6.0) (RedHat > > 7.3, R 1.9.1) (Redhat 9,

Re: [Rd] Bug with png() and plot(type="n") (PR#7270)

2004-10-11 Thread ripley
On 8 Oct 2004, Peter Dalgaard wrote: > [EMAIL PROTECTED] writes: > > > Full_Name: Allen McIntosh > > Version: 2.0.0 > > OS: Linux > > Submission from: (NULL) (67.80.175.118) > > > > > > Observed the bug with the following combinations: (RedHat 7.3, R 1.6.0) (RedHat > > 7.3, R 1.9.1) (Redhat 9,

[Rd] Sun Forte 9 / configure compatability problem with 2.0/1.9.x (PR#7278)

2004-10-11 Thread m . pacey
Full_Name: Mike Pacey Version: 2.0, 1.9.x OS: Solaris 8 Submission from: (NULL) (194.80.32.8) Symptoms: -- It seems the latest version of the Sun Compiler Suite (Forte 9) has compatability issues with R's configure script. Starting with a fairly vanilla configure (I'm using 1.9.1 he

Re: [Rd] Problem with _new_ if class "lm" in object representatio n.

2004-10-11 Thread Witold Eryk Wolski
Hi, Thanks to all of you for helpfull sugestions. This weekend I found a manuscript by R. Gentlemen which discussed similar topics: http://www.stat.auckland.ac.nz/S-Workshop/Gentleman/container.pdf Yours, John Chambers wrote: Eric Lecoutre wrote: Hi, For your lm problem, you could begin to c

Re: (PR#7277) Re: [Rd] strange windows behaviour after changing "lines" GUI setting (PR#7277)

2004-10-11 Thread Prof Brian Ripley
On Mon, 11 Oct 2004, Prof Brian Ripley wrote: > Doesn't happen for me (on two rather different machines under Windows XP > SP2). This looks like a Windows GDI refresh problem. Does editing the > Rconsole file work? If so, that is a usable workaround. Does minimizing > and restoring the windows

Re: [Rd] (PR#7276) Re: Bug#275791: r-gnome: gnome library can not be read

2004-10-11 Thread Prof Brian Ripley
On Mon, 11 Oct 2004 [EMAIL PROTECTED] wrote: > Dear R bug fixers, > > This came in early this morning. The R/Gnome configuration, and selection of > libraries hat not changed one bit since I last built 1.9.1 -- but maybe > something change in the Gmome/Glib/Gtk, or even x11, libraries? Would anyo