search for: pssjd

Displaying 10 results from an estimated 10 matches for "pssjd".

2020 Jan 15
4
A bug understanding F relative to FALSE?
Hi all, Is the next behaviour suitable? identical(F,FALSE) ## [1] TRUE utils::getParseData(parse(text = "c(F,FALSE)", keep.so=rce = TRUE)) ## line1 col1 line2 col2 id parent token terminal text ## 14 1 1 1 10 14 0 expr FALSE ## 1 1 1 1 1 1 3 SYMBOL_FUNCTION_CALL TRUE c ## 3 1 1 1 1 3
2019 Sep 13
2
Printing chinese characters (UTF-8) on R 3.5.2 -windows 10
...type > "?" the output is [1] "?" so seemingly it can be represented. Or, am I wrong? Best Iago ________________________________ De: Tomas Kalibera <tomas.kalibera at gmail.com> Enviat el: divendres, 13 de setembre de 2019 11:24 Per a: IAGO GIN? V?ZQUEZ <i.gine at pssjd.org>; r-devel at r-project.org <r-devel at r-project.org> Tema: Re: [Rd] Printing chinese characters (UTF-8) on R 3.5.2 -windows 10 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, t...
2019 Sep 13
2
Printing chinese characters (UTF-8) on R 3.5.2 -windows 10
...> > > Best > > Iago > > ------------------------------------------------------------------------ > > *De:* Tomas Kalibera <tomas.kalibera at gmail.com> > > *Enviat el:* divendres, 13 de setembre de 2019 11:24 > > *Per a:* IAGO GIN? V?ZQUEZ <i.gine at pssjd.org>; r-devel at r-project.org > > <r-devel at r-project.org> > > *Tema:* Re: [Rd] Printing chinese characters (UTF-8) on R 3.5.2 > > -windows 10 > > On 9/13/19 11:01 AM, IAGO GIN? V?ZQUEZ wrote: > > > I have a chinese character on a data frame, but the out...
2019 Sep 13
0
Printing chinese characters (UTF-8) on R 3.5.2 -windows 10
...------------------------------------------------------ > > *De:* Tomas Kalibera <tomas.kalibera at gmail.com > <mailto:tomas.kalibera at gmail.com>> > > *Enviat el:* divendres, 13 de setembre de 2019 11:24 > > *Per a:* IAGO GIN? V?ZQUEZ <i.gine at pssjd.org > <mailto:i.gine at pssjd.org>>; r-devel at r-project.org > <mailto:r-devel at r-project.org> > > <r-devel at r-project.org <mailto:r-devel at r-project.org>> > > *Tema:* Re: [Rd] Printing chinese characters (UTF-8) on R 3.5.2 >...
2020 Oct 23
2
The presence/absence of `zone` in POSIXlt depending on time zone as a cause of possible inconsistences?
Dear all, I have just detected what seems a minor inconsistence with data types. If one unlists a POSIXlt time with GMT zone gets a numeric vector, since the POSIXlt list has no `zone` element, while if one unlists a POSIXlt time with a non GMT zone (also non specifying tz if the Sys.timezone is not GMT) gets a character vector due to including the `zone` element. > x <-
2019 Jun 18
0
Could generic functions check different S3 methods for an object when one of them produces an error?
...rder -84.166856 38.838155 I hope this helps, John ------------------------------------------------- John Fox, Professor Emeritus McMaster University Hamilton, Ontario, Canada Web: http::/socserv.mcmaster.ca/jfox > On Jun 17, 2019, at 3:56 AM, IAGO GIN? V?ZQUEZ <i.gine at pssjd.org> wrote: > > Hi, > > > Let's say one has an object with multiple classes, and a generic function to apply to it has associated S3 methods for more than one of those classes. Further, the method it chooses (I do not know how; some order in the class vector?) is not the su...
2020 Jan 17
0
A bug understanding F relative to FALSE?
...spose of my matrix", but that's another hill.) As we've become more strict on the use of T and F in packages, maybe 4.0.0 is a good milestone to finally drop this relic from the past? One can dream... Kind regards Joris On Wed, Jan 15, 2020 at 3:14 PM IAGO GIN? V?ZQUEZ <i.gine at pssjd.org> wrote: > Hi all, > > Is the next behaviour suitable? > > identical(F,FALSE) > > ## [1] TRUE > > utils::getParseData(parse(text = "c(F,FALSE)", keep.so=rce = TRUE)) > > ## line1 col1 line2 col2 id parent token terminal text >...
2019 Sep 13
0
Printing chinese characters (UTF-8) on R 3.5.2 -windows 10
...is not possible. Best Tomas > > Best > Iago > ------------------------------------------------------------------------ > *De:* Tomas Kalibera <tomas.kalibera at gmail.com> > *Enviat el:* divendres, 13 de setembre de 2019 11:24 > *Per a:* IAGO GIN? V?ZQUEZ <i.gine at pssjd.org>; r-devel at r-project.org > <r-devel at r-project.org> > *Tema:* Re: [Rd] Printing chinese characters (UTF-8) on R 3.5.2 > -windows 10 > 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 i...
2019 Sep 13
2
Printing chinese characters (UTF-8) on R 3.5.2 -windows 10
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] "<U+6703>" I do not know which is the extent of this behaviour either if it follows on most recent versions of R. Is it
2020 Oct 23
0
The presence/absence of `zone` in POSIXlt depending on time zone as a cause of possible inconsistences?
...t `attributes(x)$tzone` would be related to `TZ = "EDT"`, and not to `tz = "CET"`. So, what am I understanding wrongly? Thank you! Stay safe, Iago ________________________________ De: R-devel <r-devel-bounces at r-project.org> de part de IAGO GIN? V?ZQUEZ <i.gine at pssjd.org> Enviat el: divendres, 23 d?octubre de 2020 19:03 Per a: r-devel at r-project.org <r-devel at r-project.org> Tema: [Rd] The presence/absence of `zone` in POSIXlt depending on time zone as a cause of possible inconsistences? Dear all, I have just detected what seems a minor inconsiste...