Re: [Rd] dos-style line endings in .Rbuildignore result in files not being excluded

2008-10-15 Thread Prof Brian Ripley
On Tue, 14 Oct 2008, Nathan Coulter wrote: ---Original Message--- From: Prof Brian Ripley <[EMAIL PROTECTED]> Subject: Re: [Rd] dos-style line endings in .Rbuildignore result in files not being excluded Sent: 2008-10-14 12:59 On Tue, 14 Oct 2008, Nathan Coulter wrote: > Prof Bria

Re: [Rd] small bug in plot.rpart?

2008-10-15 Thread Prof Brian Ripley
From the posting guide: For questions about unexpected behavior or a possible bug, you should, at a minimum, copy and paste the output from sessionInfo() into your message. (This would have told us the rpart version number.) When mentioning version numbers, always use the full version

[Rd] small bug in plot.rpart?

2008-10-15 Thread apjaworski
Hi, This happens in 2.8 and 2.9. I am posting this here because I am not sure if one should use bug.report for reporting bugs in unreleased versions. I was trying to run the example from the help page of plot.rpart. I got > library(rpart) > fit <- rpart(Price ~ Mileage + Type + Country, cu.su

Re: [Rd] error installing gtools (PR#13168)

2008-10-15 Thread Prof Brian Ripley
R 2.8.0 at least will tell you that that you may need R-devel.rpm. My view is that this a Fedora bug. On Wed, 15 Oct 2008, Martyn Plummer wrote: Ebi, You need to install the R-devel RPM, which has the header files. If this is a bug (which it arguably is) it is a problem with the Fedora distri

Re: [Rd] error installing gtools (PR#13168)

2008-10-15 Thread Martyn Plummer
Ebi, You need to install the R-devel RPM, which has the header files. If this is a bug (which it arguably is) it is a problem with the Fedora distribution, not with R itself. Martyn On Wed, 2008-10-15 at 15:30 +0200, [EMAIL PROTECTED] wrote: > Full_Name: Ebi Hal > Version: R-2.7.2-1 > OS: Fedora

[Rd] error installing gtools (PR#13168)

2008-10-15 Thread ebihallo
Full_Name: Ebi Hal Version: R-2.7.2-1 OS: Fedora core 9 Submission from: (NULL) (129.215.170.238) I tried to install gplots by running R> install.packages("gplots") but the process failed while installing "gtools" with the following error message: * Installing to library '/usr/lib64/R/library' *

Re: [Rd] aggregate(empty data.frame) (PR#13167)

2008-10-15 Thread Prof Brian Ripley
On Wed, 15 Oct 2008, [EMAIL PROTECTED] wrote: Full_Name: Vilmos Prokaj Version: R-2..7.1 OS: Win XP Submission from: (NULL) (157.181.227.218) The 'aggregate' function on an empty data.frame generate an error, however it should return according to the documentation an empty data.frame. Please

Re: [Rd] fivenum accuracy (PR#13164)

2008-10-15 Thread Duncan Murdoch
On 14/10/2008 5:30 PM, [EMAIL PROTECTED] wrote: Full_Name: David Leong Version: 2.7.2 OS: Windows XP Submission from: (NULL) (12.187.86.2) It appears for the fivenum function, there is a strait average between two ranked samples. This should be a linear interpolation between ranks. Not accord

Re: [Rd] (PR#13165) R CMD config doesn't export JAVA_LD_LIBRARY_PATH

2008-10-15 Thread Prof Brian Ripley
The subject line is true, and as documented hence not a bug. If this was meant to be an enhancement request, please note that the R FAQ said There is a section of the bug repository for suggestions for enhancements for R labelled `wishlist'. Suggestions can be submitted in the same ways

[Rd] aggregate(empty data.frame) (PR#13167)

2008-10-15 Thread prokaj
Full_Name: Vilmos Prokaj Version: R-2..7.1 OS: Win XP Submission from: (NULL) (157.181.227.218) The 'aggregate' function on an empty data.frame generate an error, however it should return according to the documentation an empty data.frame. e.g. z<-data.frame(a=integer(0),b=numeric(0)) aggregate(

[Rd] R CMD config doesn't export JAVA_LD_LIBRARY_PATH (PR#13165)

2008-10-15 Thread chakj
R CMD config exports the following variables: JAR Java archive tool command JAVA Java interpreter command JAVAC Java compiler command JAVAH Java header and stub generator command JAVA_HOME path to the home of Java distribution JAVA_LIBS

[Rd] fivenum accuracy (PR#13164)

2008-10-15 Thread dleong
Full_Name: David Leong Version: 2.7.2 OS: Windows XP Submission from: (NULL) (12.187.86.2) It appears for the fivenum function, there is a strait average between two ranked samples. This should be a linear interpolation between ranks. For the following data set #data CaCO3<-c(130.8,129.9,131.5,1