Re: [Rd] Trouble with ifelse and if statement (PR#7962)

2005-06-21 Thread MSchwartz
On Wed, 2005-06-22 at 04:46 +0200, [EMAIL PROTECTED] wrote: > Full_Name: Woolton Lee > Version: 2.1 > OS: windows > Submission from: (NULL) (128.118.224.46) > > > I did the following ('g' and 'h' are both numeric vectors) > > i <- abs(g-h) > creating a vector 'i' with values, > > i > [1] 0.08 0.

Re: [Rd] R crashes for large formulas in lm() (PR#8180)

2005-10-05 Thread MSchwartz
On Wed, 2005-10-05 at 14:12 +0200, [EMAIL PROTECTED] wrote: > Prof Brian Ripley wrote: > > > On Wed, 5 Oct 2005 [EMAIL PROTECTED] wrote: > > > > > >>Full_Name: Hallgeir Grinde > >>Version: 2.1.1 > >>OS: Windows XP > >>Submission from: (NULL) (144.127.1.1) > >> > >> > >>While using lm(y~(x*z*c*..

Re: [Rd] cor doesn't accept na.rm? (PR#8193)

2005-10-09 Thread MSchwartz
On Mon, 2005-10-10 at 01:49 +0200, [EMAIL PROTECTED] wrote: > Full_Name: Paul Bailey > Version: 2.1.1 > OS: OS X 10.3 > Submission from: (NULL) (68.252.250.144) > > > ?cor > [tells me that it has a na.rm variable] > > > cor(frame2[1,],frame2[2,],na.rm=T) > Error in cor(frame2[1, ], frame2[2, ],

Re: [Rd] Rgnome depends on obsolete components libglade/libxml (PR#8248)

2005-10-24 Thread mschwartz
On Mon, 2005-10-24 at 17:14 +0100, Hin-Tak Leung wrote: > Peter Dalgaard wrote: > > [EMAIL PROTECTED] writes: > > > > > >>Full_Name: Hin-Tak Leung > >>Version: R 2.2.0 > >>OS: x86 linux > >>Submission from: (NULL) (131.111.126.242) > >> > >> > >>Rgnome depends libglade 0.x and libxml 1.x . > >> >

Re: [Rd] Rgnome depends on obsolete components libglade/libxml (PR#8249)

2005-10-24 Thread mschwartz
On Mon, 2005-10-24 at 19:15 +0100, Hin-Tak Leung wrote: > Marc Schwartz (via MN) wrote: > > On Mon, 2005-10-24 at 17:14 +0100, Hin-Tak Leung wrote: > > > >>Peter Dalgaard wrote: > > >>>You mean get it upgraded to xml2 and glade2? Patches would likely be > >>>accepted... > > > > > According to

Re: [Rd] package unlisted (PR#8410)

2005-12-18 Thread MSchwartz
On Sun, 2005-12-18 at 15:31 +0100, [EMAIL PROTECTED] wrote: > Full_Name: Cesar Henrique Torres > Version: 2.2.0 > OS: winXP-pro > Submission from: (NULL) (201.1.196.50) > > > Hi developer's! > > I'd like to know were gtools package is, because in the link below it isn't: > http://cran.r-project.

Re: [Rd] (Debian Bug 344248): R segfaults when pressing Delete (PR#8421)

2005-12-21 Thread MSchwartz
On Wed, 2005-12-21 at 15:00 +0100, [EMAIL PROTECTED] wrote: > --CE+1k2dSO48ffgeK > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Resend after type in mailheader. I have the bug on my system with > yesterday's R 2.2.1. A library mismatch is still a likely cause. > >

Re: [Rd] sub returns garbage (PR#8687)

2006-03-16 Thread mschwartz
On Thu, 2006-03-16 at 22:28 +0100, [EMAIL PROTECTED] wrote: > Full_Name: Todd Bailey > Version: 2.1 > OS: Mac OS-X 10.4.3 > Submission from: (NULL) (87.112.79.124) > > > sub returns garbage in some strings when replacing something with nothing and > fixed=TRUE. For example: > > > a=c('hello','h

Re: [Rd] Installation oddity on Fedora Core 5 (PR#8814)

2006-04-27 Thread mschwartz
On Thu, 2006-04-27 at 18:10 +0200, [EMAIL PROTECTED] wrote: > Hello guys: > > I recently installed FC 5 linux and installed R from source. It installed > fine, but there was an oddity that I want to report. Although I used > > ./configure --prefix=/usr/local/R-2.3.0 > > make > > it did not seem

Re: [Rd] Installation oddity on Fedora Core 5 (PR#8814)

2006-04-27 Thread mschwartz
Hi Sudipto, OK. Just for clarification: 'make' will simply do the compilation 'in place' in the source directory tree. No installation is performed here. 'make install' will actually do the installation into the target folder. You can do 'make install' without 'make' first, but I suspect a lot

Re: [Rd] Possible issue with make install (PR#8883)

2006-05-19 Thread mschwartz
On Fri, 2006-05-19 at 22:44 +0200, [EMAIL PROTECTED] wrote: > Full_Name: Stanley Hornyak > Version: 2.3.0 > OS: Solaris 9 > Submission from: (NULL) (128.231.93.143) > > > # make install > installing doc ... > installing doc/html ... > installing doc/html/search ... > installing doc/manual ... > i

Re: [Rd] ssize_t not defined in sockconn.c (PR#8889)

2006-05-22 Thread MSchwartz
On Mon, 2006-05-22 at 14:18 +0200, [EMAIL PROTECTED] wrote: > Problem: > Build of R failed when compiling sockconn.c. The problem seemed to be > that ssize_t was not defined. > > The following change in sock.h fixes the problem, though it's probably > not fixed the _right_ way. > > /* Following

Re: [Rd] graphics documentation omission (PR#9148)

2006-08-15 Thread mschwartz
On Tue, 2006-08-15 at 21:04 +0200, [EMAIL PROTECTED] wrote: > > ?axis says in Details: "(for example, > if the 'plot' argument 'asp' is set)." > > The asp argument is not mentioned in ?plot and is not mentioned in ?par. It is referenced in ?plot.default and ?plot.window, with the former pass

Re: [Rd] graphics documentation omission (PR#9149)

2006-08-15 Thread mschwartz
On Tue, 2006-08-15 at 22:13 +0200, [EMAIL PROTECTED] wrote: > Thanks, Marc Happy to help Rich. > Neither plot.window or plot.default are natural places for me to look for > argument names. par and plot are, for me, the natural places. I realize > that asp is not a par argument. Nonetheless, pa

Re: [Rd] Legend Title missing (PR#9226)

2006-09-14 Thread mschwartz
On Thu, 2006-09-14 at 20:35 +0200, [EMAIL PROTECTED] wrote: > Full_Name: Mark O. Kimball > Version: 2.1 > OS: Linux > Submission from: (NULL) (128.253.11.148) > > > When log="x" is used in a plot() function, the legend "title" option creates > room for the text but does not display it. When the l

Re: [Rd] mean relative differences from all.equal() (PR#9276)

2006-10-04 Thread MSchwartz
On Thu, 2006-10-05 at 03:10 +0200, [EMAIL PROTECTED] wrote: > Full_Name: Brad Christoffersen > Version: 2.3.1 > OS: Windows XP > Submission from: (NULL) (128.196.193.132) > > > Why is the difference between two numbers so different from the "mean relative > difference" output from the all.equal()

Re: [Rd] mean relative differences from all.equal() (PR#9276)

2006-10-04 Thread MSchwartz
On Wed, 2006-10-04 at 20:22 -0500, Marc Schwartz wrote: > On Thu, 2006-10-05 at 03:10 +0200, [EMAIL PROTECTED] wrote: > > Full_Name: Brad Christoffersen > > Version: 2.3.1 > > OS: Windows XP > > Submission from: (NULL) (128.196.193.132) > > > > > > Why is the difference between two numbers so dif