Re: [Rd] UTF8 letters are imaged incorrectly (PR#8770)

2006-04-14 Thread Ei-ji Nakama
This was not a bug. 2006/4/15, Mike Bocharov <[EMAIL PROTECTED]>: > It work, thanks for your help! > > > If an error is not given by a locale command, I think that local > > setting of glibc does not have any problem. > > I think that there is not problem if add encoding of koi8-r to > > XLC_LO

Re: [Rd] minor build problem

2006-04-14 Thread Cyrus Harmon
Perhaps I'm doing something wrong here, but I'm still seeing the: help2man: can't get `--version' info from ../bin/R error message here. and the make; make; make install workaround doesn't seem to be working for me. I don't know if this is due to incompatible versions of perl, but I've tried

[Rd] row.names in data.frame

2006-04-14 Thread Prof Brian Ripley
We know from the White Book p.57 that the row names of a data frame `are never NULL and must be unique'. R documents that row.names() returns a character vector, and in R (much more so than on S) a long character vector of short unique strings is expensive to store (I saw 72 bytes/row on a 64-

Re: [Rd] make check of R-alpha_2006-04-08_r37675 fails: qbeta

2006-04-14 Thread Prof Brian Ripley
On Fri, 14 Apr 2006, Peter Dalgaard wrote: > Prof Brian Ripley <[EMAIL PROTECTED]> writes: > >> Uwe Ligges had the same problem with gcc 3.3.1 on SuSE 9.0. So I >> installed gcc 3.3.5 from the sources on an i386 box, and was able to >> reproduce it. >> >> It is an optimization bug. The crucial c

Re: [Rd] make check of R-alpha_2006-04-08_r37675 fails: qbeta

2006-04-14 Thread Peter Dalgaard
Prof Brian Ripley <[EMAIL PROTECTED]> writes: > Uwe Ligges had the same problem with gcc 3.3.1 on SuSE 9.0. So I > installed gcc 3.3.5 from the sources on an i386 box, and was able to > reproduce it. > > It is an optimization bug. The crucial code is > > xtrunc = tx;/* this prevents

Re: [Rd] bus error on calling nmmin

2006-04-14 Thread David Faden
2006/4/14, Prof Brian Ripley <[EMAIL PROTECTED]>: > You appear to be trying to call nmmin from a standalone program. > You linked against -lR, but failed to initialize R, hence the segfault. > > nmmin is not a part of R that is made available except to a running R > process: it is documented in `Wr

Re: [Rd] UTF8 letters are imaged incorrectly (PR#8770)

2006-04-14 Thread Ei-ji Nakama
If an error is not given by a locale command, I think that local setting of glibc does not have any problem. I think that there is not problem if add encoding of koi8-r to XLC_LOCALE file. I am not readable, but probably the following URL is useful. http://ru.gentoo-wiki.com/HOWTO_ru_RU.utf8_Ge

Re: [Rd] make check of R-alpha_2006-04-08_r37675 fails: qbeta

2006-04-14 Thread Prof Brian Ripley
Uwe Ligges had the same problem with gcc 3.3.1 on SuSE 9.0. So I installed gcc 3.3.5 from the sources on an i386 box, and was able to reproduce it. It is an optimization bug. The crucial code is xtrunc = tx;/* this prevents trouble with excess FPU */

Re: [Rd] [R] S4 method dispatch matrixOrArray (fwd)

2006-04-14 Thread Gabor Grothendieck
Right. That does not solve the whole problem (as I pointed out) but was just a suggestion intended to be reasonably consistent with how it works now. The best would be if the search order were a function only of the relationships among the classes and not dependent on the setMethod order. On 4/14

Re: [Rd] UTF8 letters are imaged incorrectly (PR#8770)

2006-04-14 Thread Ei-ji Nakama
try. $ xlsfonts -fn '*-koi8-r' or $ xlsfonts -fn '*-iso8859-5' Is there a font of iso8859-5 and koi8? Please install it in search of a font if nothing comes out. Next should use xfontsel to choose an appropriate font. $ xfontsel -pattern "-*-*-*-*-*--24-*-*-*-*-*-iso8859-5" 1.Let's choose fm

Re: [Rd] [R] S4 method dispatch matrixOrArray (fwd)

2006-04-14 Thread John Chambers
Gabor Grothendieck wrote: >I think a rule is needed that would require that a class not succeed any of >its parents on the method list. That way "array" could never come >after "vector" and, in general, a parent would never be found prior >to any of its descendents. > > A good idea & it would h

Re: [Rd] UTF8 letters are imaged incorrectly (PR#8770)

2006-04-14 Thread ripley
I am sorry, but why do you think this is a bug in R, when it is your X11 display (I presume, you did not say this was the x11() device) that is not rendering the characters correctly? We have seen this with UTF-8 locales such as Japanese, and it was an OS services problem, in that exactly the s

[Rd] UTF8 letters are imaged incorrectly (PR#8770)

2006-04-14 Thread bocharov_m
Full_Name: Mikhail Bocharov Version: 2.2.1 OS: Linux Submission from: (NULL) (62.148.130.28) Cyrillic UTF8 letters are imaged incorrectly Sorry, but English is not my native language My operating system is Gentoo-linux. Now i want get the gparhics with russian title for example: plot(1:20, type

Re: [Rd] xmkmf? problem

2006-04-14 Thread Prof Brian Ripley
I've added some protection to configure, so you might like to try again with tomorrow's beta or later. On Fri, 14 Apr 2006, Prof Brian Ripley wrote: There are two problems here. The more important one is with your OS, which seems not to have its X11 stuff correct, so cc is not being found (a

Re: [Rd] xmkmf? problem

2006-04-14 Thread Prof Brian Ripley
There are two problems here. The more important one is with your OS, which seems not to have its X11 stuff correct, so cc is not being found (and you cannot set it). R's configure has no protection against that. You can investigate that by blackduck% touch Imakefile blackduck% xmkmf imake -DU