Dear all: I have two problems with fonts: 1. Some symbols, such \sum, \prod, etc., are not displayed on the R X11 graphic window. But, the postsript device displays the fonts correctly. I have two symbol fonts installed. -urw-symbol and -adobe-symbol. Removing -urw-symbol solves the problem. It looks like -urw-symbol is used by defult. How do I get the symbols displayed when -urw-symbol font is installed? 2. How can display letters in ISO8859-9 (latin-5), that is Turkish, encoding. Some of the Turkish letters, such as \:o, \:u, are displayed, but others, such as \v{g}, \c{s}, \i{}, are not displayed. Changing locale settings to turkish does not solve the problem. Hershey fonts do not help either. How can I get theser letters displayed? I am using R 1.5 on Mandrake 8.2. Thanks. Mehmet Balcilar, PhD Kyrgyz-Turkish Manas University Department of Economics Prospect Tinctik 56 Bishkek Kygyzstan mbalcilar at manas.kg -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> -----Original Message----- > From: owner-r-help at stat.math.ethz.ch > [mailto:owner-r-help at stat.math.ethz.ch]On Behalf Of Mehmet Balcilar > Sent: Tuesday, May 28, 2002 7:34 AM > To: r-help at stat.math.ethz.ch > Subject: [R] problem with fonts > > > Dear all: > > I have two problems with fonts: > > 1. Some symbols, such \sum, \prod, etc., are not displayed on the > R X11 graphic > window. But, the postsript device displays the fonts correctly. I > have two > symbol fonts installed. -urw-symbol and -adobe-symbol. Removing > -urw-symbol > solves the problem. It looks like -urw-symbol is used by defult. > How do I get > the symbols displayed when -urw-symbol font is installed? > > 2. How can display letters in ISO8859-9 (latin-5), that is > Turkish, encoding. > Some of the Turkish letters, such as \:o, \:u, are displayed, > but others, > such as \v{g}, \c{s}, \i{}, are not displayed. Changing locale > settings to > turkish does not solve the problem. Hershey fonts do not help > either. How can I > get theser letters displayed?The following r-help topic might answer your second question, but I am not sure: http://www.r-project.org/nocvs/mail/r-help/2002/2589.html (and to be picky the "intToHex" in that text is of course "intToOct")> I am using R 1.5 on Mandrake 8.2. > > Thanks. > > Mehmet Balcilar, PhD > > Kyrgyz-Turkish Manas University > Department of Economics > Prospect Tinctik 56 > Bishkek > Kygyzstan > > mbalcilar at manas.kgHenrik Bengtsson Dept. of Mathematical Statistics @ Centre for Mathematical Sciences Lund Institute of Technology/Lund University, Sweden (+2h UTC) Office: P316, +46 46 222 9611 (phone), +46 46 222 4623 (fax) h b @ m a t h s . l t h . s e, http://www.maths.lth.se/bioinformatics/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Dear all, When I read a file (>8000Kb) should be got the error message,but could I have any method to detect the file size ? Thanks. Ken -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Prof Brian D Ripley
2002-May-29 06:44 UTC
[R] Error: cannot allocate vector of size 8000 Kb
On Wed, 29 May 2002, ken_lee wrote:> Dear all, > When I read a file (>8000Kb) should be got the error message,but could I have any method to detect the file size ?file.info() -- Brian D. Ripley, ripley at 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-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._