Re: [Rd] Rout for library/base/R-ex/Extract.data.frame.R

2005-05-25 Thread Uwe Ligges
Vadim Ogranovich wrote: Hi, I am writing a light-weight data frame class and want to borrow the test cases from the standard data frame. I found the test cases in library/base/R-ex/Extract.data.frame.R, but surprisingly no corresponding .Rout files. In fact there is no *.Rout file in the

[Rd] Error with user defined split function in rpart (PR#7895)

2005-05-25 Thread wheelerb
Full_Name: Bill Wheeler Version: 2.0.1 OS: Windows 2000 Submission from: (NULL) (67.130.36.229) The program to reproduce the error is below. I am calling rpart with a user-defined split function for a binary response variable and one continuous independent variable. The split function works for

Re: [Rd] Rout for library/base/R-ex/Extract.data.frame.R

2005-05-25 Thread Martin Maechler
UweL == Uwe Ligges [EMAIL PROTECTED] on Wed, 25 May 2005 11:08:18 +0200 writes: UweL Vadim Ogranovich wrote: Hi, I am writing a light-weight data frame class and want to borrow the test cases from the standard data frame. I found the test cases in

[Rd] Request: scan() argument 'allowEscapes' in read.table() too, please.

2005-05-25 Thread Henrik Bengtsson
I would like to suggest adding argument 'allowEscapes' to read.table(..., allowEscapes=TRUE) and pass it to its three calls to scan(..., allowEscapes=allowEscapes). Rd (from ?scan): \item{allowEscapes}{logical. Should C-style escapes such as '\n' be processed (the default) or read verbatim?

[Rd] seek(con, 0, end, rw=r) does not always work correctly (PR#7896)

2005-05-25 Thread tplate
I've noticed that seek(con, 0, end, rw=r) on a file connection does not always work correctly after a write (R 2.1.0 on Windows). [Is a call to fflush() needed inside file_seek() in main/connections.c?] Example (see the lines with the ***WRONG*** comment) # seek(, rw=r) on a file does not

Re: [Rd] R OS X

2005-05-25 Thread Simon Urbanek
On May 24, 2005, at 9:11 AM, Volker Runkel wrote: with newest R.app (1.11) / R2.1.0a if a package is installed for the current user, it is not installed properly (does not get an installed version entry and is not loadable). If installed system wide it works. As Rob mentioned, you likely

[Rd] Buidling R on Linux (Itanium) fails (PR#7897)

2005-05-25 Thread Bader
Full_Name: Reinhold Bader Version: 2.1.0 OS: SLES 9 Submission from: (NULL) (129.187.48.1) I tried to build R using the Intel compilers (icc, ifort) and the Math Kernel Libraries for BLAS/LAPACK Optimizations used were -O3, and the FPICFLAGS=-fpic was exported. The build failed with the