Re: [Rd] Invalid date-times and as.POSIXct problems (remotely related to DST issues)

2012-03-14 Thread Karl Ove Hufthammer
Karl Ove Hufthammer wrote: > I think this should be handled as a bug, but I’m not sure which > platforms and versions it applies to, so I’m writing to this list. No response, so I‘ve filed a bug at https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14845 (with some additional info). --

[Rd] Invalid date-times and as.POSIXct problems (remotely related to DST issues)

2012-03-12 Thread Karl Ove Hufthammer
ay.1252 LC_MONETARY=Norwegian-Nynorsk_Norway.1252 [4] LC_NUMERIC=C LC_TIME=Norwegian-Nynorsk_Norway.1252 attached base packages: [1] stats graphics grDevices datasets utils methods base -- Karl Ove Hufthammer __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] match function causing bad performance when using tablefunction on factors with multibyte characters on Windows

2011-01-26 Thread Karl Ove Hufthammer
Karl Ove Hufthammer wrote: > Anyway, do you think it’s worth trying to change the ‘table’ function the > way I outlined in my first post¹? This should eliminate the performance > hit on all platforms. Some additional notes: ‘table’ uses ‘factor’ directly, but also indirectly, in ‘ad

Re: [Rd] match function causing bad performance when using tablefunction on factors with multibyte characters on Windows

2011-01-26 Thread Karl Ove Hufthammer
nction the way I outlined in my first post¹? This should eliminate the performance hit on all platforms. However, it will introduce a performance hit (CPU and memory use) if the elements of ‘exclude’ make up a large part of the factor(s). ¹ http://permalink.gmane.org/gmane.comp.lang.r

Re: [Rd] match function causing bad performance when using tablefunction on factors with multibyte characters on Windows

2011-01-25 Thread Karl Ove Hufthammer
rt LC_ALL="en_US.ISO-8859-1" export LANG="en_US.ISO-8859-1" I could *not* reproduce it; that is, ‘table’ is as fast on the non-ASCII factor as it is on the ASCII factor. -- Karl Ove Hufthammer __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] table on numeric vector with exclude argument containing value missing from vector causes warning + "NaN" levels incorrectly removed from factors

2011-01-21 Thread Karl Ove Hufthammer
by useNA="no".) sessionInfo() R version 2.12.1 Patched (2011-01-20 r54056) Platform: i686-pc-linux-gnu (32-bit) locale: [1] C attached base packages: [1] stats graphics grDevices utils datasets methods base -- Karl Ove Hufthammer __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] match function causing bad performance when using table function on factors with multibyte characters on Windows

2011-01-21 Thread Karl Ove Hufthammer
exclude)) do.call("[", c(list(res), ind, drop=FALSE)) (I haven’t tested this very much, so there may be issues with this way of doing things.) -- Karl Ove Hufthammer __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] R on Windows crashes when using certain characters in strings in data frames (PR#14125)

2009-12-11 Thread Karl Ove Hufthammer
character does exist in both ISO 8859-1 and Windows-1252. -- Karl Ove Hufthammer __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Suggestion: Add links to NEWS and CHANGES on help.start() page

2009-11-13 Thread Karl Ove Hufthammer
ul format. The feature I'd prefer doesn't require any fancy parsing, just an ordinary listing of the contents of the text files NEWS/CHANGES (in a separate window, or perhaps opened in the user's browser). -- Karl Ove Hufthammer _

Re: [Rd] Suggestion: Add links to NEWS and CHANGES on help.start() page

2009-11-13 Thread Karl Ove Hufthammer
MASS) Or have I overlooked something, and a function for this already exists? -- Karl Ove Hufthammer __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] significant digits (PR#9682)

2008-06-04 Thread Karl Ove Hufthammer
50) [1] "0.12345417443857259058859199285507202148" > So it looks as though Windows gets it right. -- Karl Ove Hufthammer __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] ** operator

2008-05-16 Thread Karl Ove Hufthammer
no "->" function either...) You can also use expression() to see what various expressions are parsed as: > expression(2**5) expression(2^5) > expression(3->x) expression(x <- 3) -- Karl Ove Hufthammer __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] PGF Device

2007-01-31 Thread Karl Ove Hufthammer
gt; If not, I'm going to try to throw one together. Sounds wonderful. I am sure this will be useful for a lot of people. -- Karl Ove Hufthammer __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] digits in summary.default

2006-09-15 Thread Karl Ove Hufthammer
umber of digits shown for estimates (s.t. the number of digits vary for each row/ estimate). [1] Not on CRAN. See http://www.menne-biomed.de/download/download.html -- Karl Ove Hufthammer E-mail and Jabber: [EMAIL PROTECTED] __ R-devel@r-project.