[Rd] Jobs in Seattle

2007-09-13 Thread Robert Gentleman
Hi, As many of you will realize, Seth is going to be leaving us (pretty much immediately). So we will be looking to replace him. In addition, Martin Morgan is going to be moving into another role as well, one that will require an assistant. In addition, I am looking for at least one post-do

[Rd] Overriding optimisation flags

2007-09-13 Thread Ernest Turro
Dear all, If one specifies, say, "PKG_CXXFLAGS= -O3" in a Makevars file, it will not make a difference to how the code is compiled if -O2 is specified in $R_HOME/etc/Makeconf. This is because PKG_CXXFLAGS is prepended to the corresponding flags in $R_HOME/etc/Makeconf instead of being appe

[Rd] RFE: Add "..." args to barplot()'s xyrect() function calls

2007-09-13 Thread Marc Schwartz
Hi all, In referencing this thread: https://stat.ethz.ch/pipermail/r-help/2007-September/140702.html the current barplot.default() function includes an internal function called xyrect() to draw the bars. The xyrect() function definition provides for "..." args, however the actual function c

[Rd] julian: origin argument does not accept POSIXlt objects (PR#9908)

2007-09-13 Thread lore
Full_Name: Rene Locher Version: 2.5.1 (2007-06-27) OS: i386-pc-mingw32 Submission from: (NULL) (160.85.231.54) julian(as.POSIXlt("1999-2-1"),origin=as.POSIXlt("1999-1-1")) ^ gives error: Error in julian.POSIXt(as.POSIXlt("1999-2-1"), origin = as.POSIX

[Rd] chartr better

2007-09-13 Thread Ei-ji Nakama
For example, the following changes are necessary when i convert a Japanese hiragana into katakana in chattr. R code: > chartr("\u3041-\u3093","\u30a1-\u30f3","\u3084\u3063\u305f\u30fc") --- R-alpha.orig/src/main/character.c 2007-09-05 07:13:27.0 +0900 +++ R-alpha/src/main/character.c