Re: [Rd] Problem with points/lines (PR#10472)

2007-11-29 Thread Gavin Simpson
On Thu, 2007-11-29 at 17:34 +0100, Peter Dalgaard wrote: > Gavin Simpson wrote: > > On Thu, 2007-11-29 at 16:36 +0100, Peter Dalgaard wrote: > > > >> [EMAIL PROTECTED] wrote: > >> > >>> Full_Name: Carlos Gershenson > >>> Version: 2.6.1 > >>> OS: MacOSX > >>> Submission from: (NULL) (24.128.

Re: [Rd] ?eigen documentation suggestion

2007-11-29 Thread Martin Maechler
> "DD" == Dan Davison <[EMAIL PROTECTED]> > on Thu, 29 Nov 2007 11:34:18 + writes: DD> from ?eigen DD> symmetric: if 'TRUE', the matrix is assumed to be symmetric (or DD> Hermitian if complex) and only its lower triangle is used. If DD> 'symmetric' is not specified,

Re: [Rd] Problem with points/lines (PR#10472)

2007-11-29 Thread Peter Dalgaard
Gavin Simpson wrote: > On Thu, 2007-11-29 at 16:36 +0100, Peter Dalgaard wrote: > >> [EMAIL PROTECTED] wrote: >> >>> Full_Name: Carlos Gershenson >>> Version: 2.6.1 >>> OS: MacOSX >>> Submission from: (NULL) (24.128.48.138) >>> >>> >>> Hi, >>> >>> Try this out: >>> >>> x<-1:10 >>> y<-x/2 >>

Re: [Rd] Problem with points/lines (PR#10472)

2007-11-29 Thread Gavin Simpson
On Thu, 2007-11-29 at 16:36 +0100, Peter Dalgaard wrote: > [EMAIL PROTECTED] wrote: > > Full_Name: Carlos Gershenson > > Version: 2.6.1 > > OS: MacOSX > > Submission from: (NULL) (24.128.48.138) > > > > > > Hi, > > > > Try this out: > > > > x<-1:10 > > y<-x/2 > > plot(table(x)) > > points(table(y))

Re: [Rd] Problem with points/lines (PR#10472)

2007-11-29 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: > Full_Name: Carlos Gershenson > Version: 2.6.1 > OS: MacOSX > Submission from: (NULL) (24.128.48.138) > > > Hi, > > Try this out: > > x<-1:10 > y<-x/2 > plot(table(x)) > points(table(y)) > #or lines(table(y)) > > No matter what's the value of y, it prints out in the coordi

Re: [Rd] R install problem on MacOS 10.5.1 (PR#10476)

2007-11-29 Thread Simon Urbanek
On Nov 28, 2007, at 4:55 PM, [EMAIL PROTECTED] wrote: > Full_Name: Saleem Bhatti > Version: 2.6.1 > OS: MacOSX 10.5.1 > Submission from: (NULL) (81.187.216.162) > > > Using R-2.6.1.dmg to do an automated install on MacOS 10.5.1. > > Installation fails with following text. > > Installation had err

[Rd] Problem with points/lines (PR#10472)

2007-11-29 Thread carlos
Full_Name: Carlos Gershenson Version: 2.6.1 OS: MacOSX Submission from: (NULL) (24.128.48.138) Hi, Try this out: x<-1:10 y<-x/2 plot(table(x)) points(table(y)) #or lines(table(y)) No matter what's the value of y, it prints out in the coordinates of x... this happens only with tables, not with

[Rd] reading and writing to Google spreadsheets

2007-11-29 Thread Farrel Buchinsky
Have you ever collaborated? Google Spreadsheets is fantastic to collaborate with. Rather than sending excel spreadsheets backwards and forwards, I would rather use shared Google Spreadsheets. I do not want the intermediate step of exporting a Google Spreadsheet as an xls file. I do not know how to

[Rd] R install problem on MacOS 10.5.1 (PR#10476)

2007-11-29 Thread saleem
Full_Name: Saleem Bhatti Version: 2.6.1 OS: MacOSX 10.5.1 Submission from: (NULL) (81.187.216.162) Using R-2.6.1.dmg to do an automated install on MacOS 10.5.1. Installation fails with following text. Installation had errors. Install failed. The Installer could not install some files in "/". Co

[Rd] ?eigen documentation suggestion

2007-11-29 Thread Dan Davison
from ?eigen symmetric: if 'TRUE', the matrix is assumed to be symmetric (or Hermitian if complex) and only its lower triangle is used. If 'symmetric' is not specified, the matrix is inspected for symmetry. I think that could mislead a naive reader as it suggests tha

[Rd] Building R-devel under Windows

2007-11-29 Thread Prof Brian Ripley
Building R under gcc 3.4.5 on Windows will no longer be supported as from R 2.7.0. The default settings in the trunk (R-devel) are for the new version of Rtools, http://www.murdoch-sutherland.com/Rtools/Rtools27.exe in which gcc is 4.2.1. This also contains gcc-sjlj.exe, so can be used to bu