[Rd] R CMD check scans git objects (PR#13182)

2008-10-20 Thread htl10
Full_Name: Hin-Tak Leung Version: 2.8.0 OS: fedora 9 x86_64 linux Submission from: (NULL) (81.101.130.174) I use git-svn to work with bioconductor's svn. (git is a much better svn client than svn itself is...) * checking for executable files ... WARNING Found the following executable file(s):

Re: [Rd] (PR#13180) Wrong behavior of lines.survfit for conf.int="only"

2008-10-20 Thread Brian Diggs
Thank you. I was confused because survival was a standard (recommended) package, so I thought r-bugs was the appropriate place. I have contacted the maintainer of the package with this information. My thanks also to Peter Dalgaard for de-base64-coding my message; I have no idea how or why it

Re: [Rd] (PR#13180) Wrong behavior of lines.survfit for conf.int="only"

2008-10-20 Thread Prof Brian Ripley
Note that survival is a contributed package: only the maintainer can alter it (or at least, if someone else does the change will get lost -- it has happened before). So it is not useful to report on it on R-bugs (see the FAQ and the posting guide). On Mon, 20 Oct 2008, Peter Dalgaard wrote:

Re: [Rd] R application dies of with windows (PR#13179)

2008-10-20 Thread Duncan Murdoch
On 10/20/2008 8:20 AM, [EMAIL PROTECTED] wrote: Full_Name: sheetal ganpat raut Version: R 2.7.2 OS: windows XP Submission from: (NULL) (59.183.4.201) Hi, I m trying to establish connectivity between R 2.7.2 & MySQL server 5.1. I have succeded in retriving single data column(field) from database

Re: [Rd] Wrong behavior of lines.survfit for conf.int="only" (PR#13180)

2008-10-20 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: SSBkb3dubG9hZGVkIHRoZSBzb3VyY2UgZm9yIHN1cnZpdmFsIGFuZCBJIHRoaW5rIEkgZm91bmQg dGhlIGJ1Zy4gIEkgaGF2ZSBub3QgdHJpZWQgdG8gYnVpbGQgdGhlIHBhY2thZ2Ugd2l0aCB0aGlz IGNoYW5nZSB0byB0ZXN0IGl0LCBidXQganVzdCBkZWZpbmluZyB0aGUgZnVuY3Rpb24gd2l0aCB0 aGlzIGNoYW5nZSBzZWVtcyB0byB3b3JrLg0KDQpUa

Re: [Rd] Wrong behavior of lines.survfit for conf.int="only" (PR#13180)

2008-10-20 Thread diggsb
SSBkb3dubG9hZGVkIHRoZSBzb3VyY2UgZm9yIHN1cnZpdmFsIGFuZCBJIHRoaW5rIEkgZm91bmQg dGhlIGJ1Zy4gIEkgaGF2ZSBub3QgdHJpZWQgdG8gYnVpbGQgdGhlIHBhY2thZ2Ugd2l0aCB0aGlz IGNoYW5nZSB0byB0ZXN0IGl0LCBidXQganVzdCBkZWZpbmluZyB0aGUgZnVuY3Rpb24gd2l0aCB0 aGlzIGNoYW5nZSBzZWVtcyB0byB3b3JrLg0KDQpUaGUgY29kZQ0KDQoJaWYgKGNvbmYu

[Rd] R application dies of with windows (PR#13179)

2008-10-20 Thread sheetal . raut
Full_Name: sheetal ganpat raut Version: R 2.7.2 OS: windows XP Submission from: (NULL) (59.183.4.201) Hi, I m trying to establish connectivity between R 2.7.2 & MySQL server 5.1. I have succeded in retriving single data column(field) from database of MySQL. But I m unable to retrive whole table.

Re: [Rd] R CMD build on Vista

2008-10-20 Thread Gabor Grothendieck
Check what drives you have available on your system and what file system each uses. Click on Start button and type in System Information and then choose Components / Storage / Drives in the left side panel. That will report all your drives and their file system and other information. Try running

[Rd] problem with The R/Splus--Perl Interface

2008-10-20 Thread Rispoli Rossella
Hi, I'm new to using the R/Splus--Perl Interface, and I have same problem to understand how to pass the structure from Perl to R. I'm trying to call the function 'max' on the bi-dimensional array, before I tried to do the same thing on the vector as follows: @x = &R::call("seq", 1,10); $va