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
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
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,
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,
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
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
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
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