Re: [Rd] ordering dataframe for strata() (PR#13830)

2009-07-14 Thread marc_schwartz
On Jul 14, 2009, at 2:10 PM, eric.vander...@usask.ca wrote: > I've been using strata(sampling) and found that if the dataframe to be > sampled ("data") consists of repeated measures that are not sorted in > order the run will fail on a given stratum. Ordering the dataframe > prior to using strata

Re: [Rd] Bug in the package RODBC (PR#13745)

2009-06-05 Thread marc_schwartz
On Jun 5, 2009, at 9:30 AM, nachiket...@cox.net wrote: > Full_Name: N. Srinivasan > Version: 2.8.1 > OS: Linux > Submission from: (NULL) (68.110.225.2) > > > * Installing *source* package 'RODBC' ... > checking for gcc... gcc -std=gnu99 > checking for C compiler default output file name... a.out >

Re: [Rd] Press delete key three times in R-2.6.1 to get segmentation (PR#10898)

2008-03-06 Thread marc_schwartz
[EMAIL PROTECTED] wrote: > Full_Name: Poor Yorick > Version: R-2.6.1 > OS: 2.4.21-50.ELhugemem #1 SMP Tue May 8 17:10:31 EDT 2007 i686 i686 i386 > GNU/Linux > Submission from: (NULL) (148.168.40.4) > > > After compiling R-2.6.1 with gcc-4.2.1 pressing the 'delete' key three times > in > an inte

Re: [Rd] X11 device distortion (PR#10666)

2008-01-31 Thread marc_schwartz
Just to follow up, largely in synch with the two replies already, it sounds like there is a good chance that your two displays (the physical panels or monitors) are either of two different sizes and/or have two different resolutions. Somewhat more likely is the latter. In either case, it is likely

Re: [Rd] boxplot() confuses x- and y-axes (PR#10345)

2007-10-15 Thread marc_schwartz
--=-ZyOtZFb05MaZLi4/Ovwu Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On Mon, 2007-10-15 at 18:25 +0200, [EMAIL PROTECTED] wrote: > > "JO" == Jari Oksanen <[EMAIL PROTECTED]> > > on Mon, 15 Oct 2007 16:42:24 +0300 writes: > > JO> On Mon, 2007-10-15 at

Re: [Rd] boxplot() confuses x- and y-axes (PR#10345)

2007-10-15 Thread marc_schwartz
On Mon, 2007-10-15 at 10:30 +0200, [EMAIL PROTECTED] wrote: > Full_Name: Bob O'Hara > Version: 2.6.0 > OS: Windows XP > Submission from: (NULL) (88.112.20.250) > > > Using horizontal=TRUE with boxplot() confuses it as to what is an x- or > y-axis. > At least, xlim= and ylim= are the wrong way r

Re: [Rd] read.table() can't read in this table (But Splus can) (PR#9687)

2007-05-15 Thread marc_schwartz
On Mon, 2007-05-14 at 23:41 +0200, [EMAIL PROTECTED] wrote: > Full_Name: vax, 9000 > Version: 2.4.0, 2.2.1 > OS: 2.4.0: Mac OS X; 2.2.1: Linux > Submission from: (NULL) (192.35.79.70) > > > To reproduce this bug, first go to the website "http://llmpp.nih.gov/DLBCL/"; > and > download the 14.8M d

Re: [Rd] eval(match.call()) (PR#9339)

2006-11-04 Thread marc_schwartz
On Sat, 2006-11-04 at 02:08 +0100, Peter Dalgaard wrote: > Bill Dunlap <[EMAIL PROTECTED]> writes: > > > On Fri, 3 Nov 2006 [EMAIL PROTECTED] wrote: > > > > > > > On Fri, 2006-11-03 at 21:15 +0100, Peter Dalgaard wrote: > > > > > > > x <- quote(match.call()) > > > > > > > eval(x) > > > > > > ***

Re: [Rd] eval(match.call()) (PR#9339)

2006-11-03 Thread marc_schwartz
On Fri, 2006-11-03 at 14:14 -0800, Bill Dunlap wrote: > On Fri, 3 Nov 2006 [EMAIL PROTECTED] wrote: > > > > > On Fri, 2006-11-03 at 21:15 +0100, Peter Dalgaard wrote: > > > > > > x <- quote(match.call()) > > > > > > eval(x) > > > > > *** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminat

Re: [Rd] eval(match.call()) (PR#9339)

2006-11-03 Thread marc_schwartz
On Fri, 2006-11-03 at 22:41 +0100, [EMAIL PROTECTED] wrote: > Marc Schwartz <[EMAIL PROTECTED]> writes: > > On Fri, 2006-11-03 at 21:15 +0100, Peter Dalgaard wrote: > > > > x <- quote(match.call()) > > > > eval(x) > > > *** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminated > > > /li

Re: [Rd] eval(match.call()) (PR#9339)

2006-11-03 Thread marc_schwartz
On Fri, 2006-11-03 at 21:15 +0100, Peter Dalgaard wrote: > [EMAIL PROTECTED] writes: > > > Full_Name: Justin Harrington > > Version: 2.4.0 > > OS: Fedora Core 6 > > Submission from: (NULL) (142.103.121.203) > > > > > > When I type the (albeit stupid) command > > > > eval(match.call()) > > > >

Re: [Rd] eval(match.call()) (PR#9339)

2006-11-03 Thread marc_schwartz
On Fri, 2006-11-03 at 20:49 +0100, [EMAIL PROTECTED] wrote: > Full_Name: Justin Harrington > Version: 2.4.0 > OS: Fedora Core 6 > Submission from: (NULL) (142.103.121.203) > > > When I type the (albeit stupid) command > > eval(match.call()) > > R crashes with the following messages (truncated):