p.malewski@tu-bs.de
2000-Jun-22 14:43 UTC
[Rd] de on w95b crash rterm with long strings (PR#577)
Full_Name: Peter Malewski Version: RW-1010 OS: w95 Submission from: (NULL) (193.174.111.250) On w95b, de crashes rterm (with ess) when a vector with long strings appear: for (i in 1:100){ print(i) xx <- rep(paste(rep("a",i),collapse=""),10) de(xx) } crashes at i=48. The length of the vector + vsize/nsize is irrelevant. (I found this by editing a data.frame with addresses). Best wishes P.Malewski --please do not edit the information below-- Version: platform = Windows arch = x86 os = Win32 system = x86, Win32 status = major = 1 minor = 1.0 year = 2000 month = June day = 15 language = R Windows 9x 4.0 (build 1111) C Search Path: .GlobalEnv, Autoloads, package:base -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Prof Brian Ripley
2000-Jun-22 15:50 UTC
[Rd] de on w95b crash rterm with long strings (PR#577)
> From: p.malewski@tu-bs.de > Date: Thu, 22 Jun 2000 16:43:26 +0200 (MET DST) > To: r-devel@stat.math.ethz.ch > Subject: [Rd] de on w95b crash rterm with long strings (PR#577) > CC: R-bugs@biostat.ku.dk > X-Loop: R-bugs@biostat.ku.dk > > Full_Name: Peter Malewski > Version: RW-1010 > OS: w95 > Submission from: (NULL) (193.174.111.250) > > > On w95b, de crashes rterm (with ess) when a vector with long strings appear: > > for (i in 1:100){ > print(i) > xx <- rep(paste(rep("a",i),collapse=""),10) > de(xx) > } > > crashes at i=48. The length of the vector + vsize/nsize is irrelevant. (Ifound> this by editing a data.frame with addresses).Yes, there is a limit of 44 chars displayed in a field. Will fix for the next release (probably by limiting the cell width, which was limited when this limit was set). The bug potentially applies on Unix too. -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._