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. (I
found
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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._