[Rd] fix for save()'ing RAW on PPC (and other big endian platforms)

2005-06-04 Thread Byron Ellis
OutByte should take a byte, not an int. Writing the first byte of an int is only going to work on little endian systems. serialize.c:262 -static void OutByte(R_outpstream_t stream, int i) +static void OutByte(R_outpstream_t stream, Rbyte i) --- Byron Ellis ([EMAIL PROTECTED]) Oook

Re: [Rd] Objects in R

2005-04-24 Thread Byron Ellis
On Apr 23, 2005, at 11:54 PM, Duncan Murdoch wrote: Byron Ellis wrote: On Apr 21, 2005, at 9:37 AM, Nathan Whitehouse wrote: (1)Novices simply don't understand it. Students are trained in standard object-oriented technique and this wonkish offshoot(puritanical functional programming) just

Re: [Rd] Objects in R

2005-04-23 Thread Byron Ellis
by Tony Plate and Sean Davis. Martin Maechler, ETH Zurich Nathan Whitehouse [EMAIL PROTECTED] __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel --- Byron Ellis ([EMAIL PROTECTED]) Oook -- The Librarian

Re: [Rd] can R_do_slot_assign change slot type

2005-03-25 Thread Byron Ellis
@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel --- Byron Ellis ([EMAIL PROTECTED]) Oook -- The Librarian __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] S4 methods semantics questions

2005-03-25 Thread Byron Ellis
) : argument y is missing, with no default --- Byron Ellis ([EMAIL PROTECTED]) Oook -- The Librarian __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] idea (PR#7345)

2004-11-05 Thread Byron Ellis
might hunker down and implement :-) __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel --- Byron Ellis ([EMAIL PROTECTED]) Oook -- The Librarian __ [EMAIL PROTECTED] mailing list https

Re: [Rd] function bug (PR#7199)

2004-08-24 Thread Byron Ellis
/mailman/listinfo/r-devel --- Byron Ellis ([EMAIL PROTECTED]) Oook -- The Librarian __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Re: How to purchase R on CD

2004-03-30 Thread Byron Ellis
] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel --- Byron Ellis ([EMAIL PROTECTED]) Oook -- The Librarian __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Distributed computing

2004-03-22 Thread Byron Ellis
__ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel --- Byron Ellis ([EMAIL PROTECTED]) Oook -- The Librarian __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r

Re: [Rd] ChangeLog for R packages {was Wish list}

2004-01-22 Thread Byron Ellis
to edit the human-readable version directly if they prefer. Duncan Murdoch __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel --- Byron Ellis ([EMAIL PROTECTED]) Oook -- The Librarian

Re: [Rd] ChangeLog for R packages {was Wish list}

2004-01-22 Thread Byron Ellis
] | +-- -+ __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel --- Byron Ellis ([EMAIL PROTECTED]) Oook -- The Librarian __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] feature request: multi-language support

2004-01-16 Thread Byron Ellis
languages, if they think it useful. -- Peter Kleiweg __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel --- Byron Ellis ([EMAIL PROTECTED]) Oook -- The Librarian __ [EMAIL PROTECTED

Re: [Rd] length() and nchar()

2003-08-30 Thread Byron Ellis
THAT'S how you find the length of a string?!! *smacks forehead* I ended up doing a regex for /$^/. Man, I feel stupid. On Friday, August 29, 2003, at 01:59 PM, Wolfram Fischer wrote: I would propose to add See also: `nchar' for counting the number of character in

[Rd] Re: [R-SIG-Mac] cleanest build I can think of

2003-08-14 Thread Byron Ellis
and Thomas have implemented many new code to the Aqua GUI. If you rsync today and reinstall RAqua you'll see these changes 4. tcltk seems to work again but only after launching tkStartGUI() stefano On Martedì, ago 12, 2003, at 07:17 Europe/Rome, Byron Ellis wrote: I've recently had the 'opportunity

Re: [Rd] latest r-devel

2003-08-14 Thread Byron Ellis
Yup. I can duplicate the behavior on 10.2.6. On Thursday, August 14, 2003, at 12:59 PM, Jan de Leeuw wrote: 1. Provided I set CPPFLAGS to -D__DEBUGGING__ this compiles fine now (Panther 7B28, gcc 3.3 build 1481, g77 from Gaurav Kanna, based on gcc build 1310). 2. Both StartR and R --gui=aqua