Re: [Rd] Fw: Calling a LAPACK subroutine from R

2019-09-13 Thread Serguei Sokol
On 12/09/2019 11:07, Berend Hasselman wrote: On 12 Sep 2019, at 10:36, Serguei Sokol wrote: On 11/09/2019 21:38, Berend Hasselman wrote: The Lapack library is loaded automatically by R itself when it needs it for doing some calculation. You can force it to do that with a (dummy) solve for ex

Re: [Rd] Printing chinese characters (UTF-8) on R 3.5.2 -windows 10

2019-09-13 Thread Tomas Kalibera
On 9/13/19 1:33 PM, Ray Donnelly wrote: > On Fri, Sep 13, 2019 at 11:53 AM Tomas Kalibera > mailto:tomas.kalib...@gmail.com>> wrote: > > On 9/13/19 11:37 AM, IAGO GINÉ VÁZQUEZ wrote: > > But if I type > > >"會" > > the output is > > [1] "會" > > so seemingly it can be represe

Re: [Rd] Printing chinese characters (UTF-8) on R 3.5.2 -windows 10

2019-09-13 Thread Tomas Kalibera
On 9/13/19 11:37 AM, IAGO GINÉ VÁZQUEZ wrote: > But if I type > >"會" > the output is > [1] "會" > so seemingly it can be represented. Or, am I wrong? In RGui you can print the string, because RGui is a Windows Unicode application (uses UTF16-LE and bypasses the C runtime for strings). But it is j

Re: [Rd] Printing chinese characters (UTF-8) on R 3.5.2 -windows 10

2019-09-13 Thread IAGO GINÉ VÁZQUEZ
But if I type > "會" the output is [1] "會" so seemingly it can be represented. Or, am I wrong? Best Iago De: Tomas Kalibera Enviat el: divendres, 13 de setembre de 2019 11:24 Per a: IAGO GINÉ VÁZQUEZ ; r-devel@r-project.org Tema: Re: [Rd] Printing chinese chara

Re: [Rd] Printing chinese characters (UTF-8) on R 3.5.2 -windows 10

2019-09-13 Thread Tomas Kalibera
On 9/13/19 11:01 AM, IAGO GINÉ VÁZQUEZ wrote: I have a chinese character on a data frame, but the output of printing it is its UTF-8 code. Concretely, the character is 會 and the code is U+6703. Following the code I arrive to the instruction base::format.default("會") which prints [1] "" I d

[Rd] Printing chinese characters (UTF-8) on R 3.5.2 -windows 10

2019-09-13 Thread IAGO GINÉ VÁZQUEZ
I have a chinese character on a data frame, but the output of printing it is its UTF-8 code. Concretely, the character is 會 and the code is U+6703. Following the code I arrive to the instruction > base::format.default("會") which prints [1] "" I do not know which is the extent of this behaviou