Re: [Rd] Your false remark on PR#1654

2006-01-27 Thread ripley
The comment says `Works in 2.3.0: BDR fixed inline [xy]axp' and 2.2.1 is not 2.3.0. Your example is not reproducible, so we cannot check. If you get a copy of R-devel (as the FAQ and posting guide ask you to before posting) you can check for yourself. Please do study the FAQ and avoid time-w

[Rd] PR#1654

2006-01-27 Thread cain
Full_Name: Kevin Cain Version: 2.2.1 OS: Windows XP Submission from: (NULL) (128.95.124.144) In the following command, R ignores the xaxp command - it places tick marks at 1, 1.5, 2.0, etc regardless of what the third argument is (I want them only at integer values). plot(x=c(min(time),max(time)

[Rd] Tiny typo in ?sprintf

2006-01-27 Thread Stephen Weigand
Greetings, Reading ?sprintf it seems like the word "be" was omitted: --- ./src/library/base/man/sprintf.Rd Tue Sep 20 19:48:55 2005 +++ /tmp/sprintf.Rd Fri Jan 27 13:51:10 2006 @@ -78,7 +78,7 @@ } Further, as from \R 2.1.0, immediately after \code{\%} may come \code{1$} to \code{99

Re: [Rd] e1071: using svm with sparse matrices (PR#8527)

2006-01-27 Thread Liaw, Andy
From: Kasper Daniel Hansen > > First: this is not a bug, more a feature request. > > Secondly, even if it was a bug, it is _not_ a bug in R, please read > the posting rules for bugs. Now a member of R-core has to use > valuable time to clean up after your bug report. > > Correspondence such

Re: [Rd] e1071: using svm with sparse matrices (PR#8527)

2006-01-27 Thread Kasper Daniel Hansen
First: this is not a bug, more a feature request. Secondly, even if it was a bug, it is _not_ a bug in R, please read the posting rules for bugs. Now a member of R-core has to use valuable time to clean up after your bug report. Correspondence such as this such really be sent to the package

Re: [Rd] sub* assgnment unimplemented for raw (RAWSXP) types. (PR#8530)

2006-01-27 Thread Hin-Tak Leung
[EMAIL PROTECTED] wrote: Full_Name: Hin-Tak Leung Version: R 2.2.1 OS: x86_64-redhat-linux-gnu Submission from: (NULL) (131.111.186.92) Matrix subset assignment and [[<- assignment are unimplemented for raw (RAWSXP) types. I have a working patch implementing the functionality, to follow. Sam

Re: [Rd] rbind/cbind unimplemented for raw (RAWSXP) types. (PR#8529)

2006-01-27 Thread Hin-Tak Leung
[EMAIL PROTECTED] wrote: Full_Name: Hin-Tak Leung Version: R 2.2.1 OS: x86_64-redhat-linux-gnu Submission from: (NULL) (131.111.186.92) rbind/cbind is unimplemented for raw (RAWSXP) types. I have a working patch implementing the functionality, to follow. Attached in ready-to-patch form and a

[Rd] sub* assgnment unimplemented for raw (RAWSXP) types. (PR#8530)

2006-01-27 Thread hin-tak . leung
Full_Name: Hin-Tak Leung Version: R 2.2.1 OS: x86_64-redhat-linux-gnu Submission from: (NULL) (131.111.186.92) Matrix subset assignment and [[<- assignment are unimplemented for raw (RAWSXP) types. I have a working patch implementing the functionality, to follow. --please do not edit the inform

[Rd] rbind/cbind unimplemented for raw (RAWSXP) types. (PR#8529)

2006-01-27 Thread hin-tak . leung
Full_Name: Hin-Tak Leung Version: R 2.2.1 OS: x86_64-redhat-linux-gnu Submission from: (NULL) (131.111.186.92) rbind/cbind is unimplemented for raw (RAWSXP) types. I have a working patch implementing the functionality, to follow. --please do not edit the information below-- Version: platform

[Rd] pgamma - inadequate algorithm design and poor coding (PR#8528)

2006-01-27 Thread ripley
R versions 2.1.0 to present. Examples shown were computed under Windows R-devel, current SVN, but ix86 Linux shows similar behaviour (sometimes NaN or -Inf rather than Inf, depending on the compiler and optimization level used). The replacement pgamma algorithm used from R 2.1.0 has an inadequ

[Rd] e1071: using svm with sparse matrices (PR#8527)

2006-01-27 Thread julien . gagneur
Full_Name: Julien Gagneur Version: 2.2.1 OS: Linux (Suse 9.3) Submission from: (NULL) (194.94.44.4) Using the SparseM library (SparseM_0.66) and the e1071 library (e1071_1.5-12) I fail using svm method with a sparse matrix. Here is a sample example. I experienced the same problem under Windows