Re: [Rd] R crashes while printing variable read from read.delim() (PR#10366)

2007-10-24 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: > Full_Name: Markus Breitenbach > Version: 2.5.1 > OS: Windows > Submission from: (NULL) (70.58.24.243) > > >> cdcr <- read.delim("cdcr_flat_survival.dat") >> dim(cdcr) > [1] 7162 387 >> cdcr Please test and report on a recent version of R such as R-2.6.0 (even bette

[Rd] R crashes while printing variable read from read.delim() (PR#10366)

2007-10-23 Thread markus . breitenbach
Full_Name: Markus Breitenbach Version: 2.5.1 OS: Windows Submission from: (NULL) (70.58.24.243) > cdcr <- read.delim("cdcr_flat_survival.dat") > dim(cdcr) [1] 7162 387 > cdcr # results in stack overflow # bug reproduced in 2.4.1/linux and 2.5.1/windows... __