markus.breitenbach at gmail.com
2007-Oct-23 16:25 UTC
[Rd] R crashes while printing variable read from read.delim() (PR#10366)
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...
Uwe Ligges
2007-Oct-24 07:52 UTC
[Rd] R crashes while printing variable read from read.delim() (PR#10366)
markus.breitenbach at gmail.com 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 >> cdcrPlease test and report on a recent version of R such as R-2.6.0 (even better R-patched or R-devel). We do not have "cdcr_flat_survival.dat". Hence we cannot reproduce. Thank you, Uwe Ligges> # results in stack overflow > > # bug reproduced in 2.4.1/linux and 2.5.1/windows... > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel