[EMAIL PROTECTED] wrote:
>
> Hello,
>
> I have a question concerning "setClassUnion".
It's not really about setClassUnion, but a bug in handling slots in
prototypes whose class extends a locally defined class (a class union is
an example, but others would fail the same way).
> I'm working with
[EMAIL PROTECTED] writes:
> I get a strange error:
>
> > is.vector(1:10)
> Error: recursive default argument reference
Hmm. I can't reproduce that on Linux...
> What's recursive about is.vector?
Nothing. You generally get that error if two arguments refer to
eachother, as in
> f <- function(
[EMAIL PROTECTED] wrote:
Full_Name: Jelle Goeman
Version: 2.0.0
OS: windows
Submission from: (NULL) (145.88.209.33)
I get a strange error:
is.vector(1:10)
Error: recursive default argument reference
Works for me. Looks like your installation is broken, or do you have
loaded some strange packages
Full_Name: Jelle Goeman
Version: 2.0.0
OS: windows
Submission from: (NULL) (145.88.209.33)
I get a strange error:
> is.vector(1:10)
Error: recursive default argument reference
What's recursive about is.vector?
Kind regards,
Jelle Goeman
My R:
platform i386-pc-mingw32
arch i386
Works fine for me with the latest version of R and the same version of
cygwin bash. The environment variable CYGWIN can affect this kind of thing.
$ env | grep CYG
CYGWIN=ntsec smbntsec binmode export
[EMAIL PROTECTED] ~/depot/Spluslibs/strat1.live
$ bash --version
GNU bash, version 2.05b.0(1)-
This bug report is mostly a note to myself to track this down:
In the version of the Cygwin bash shell I'm currently using, Rterm
does not detect that it is being run interactively, so it switches
into batch mode, and lots of things stop working.
>$ bash --version
>GNU bash, version 2.05b.0(1)-re
This is a multi-part message in MIME format.
--060203010607060006000807
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
In order not to forget it (I have not got any answer so far) ...
Uwe Ligges
Original Message
Subject: pl