[Rd] bug in color handling in lattice (PR#7777)

2005-04-06 Thread rmh
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # [EMAIL PROTECTED] # ## ## open

Re: [Rd] axis.Date problem, bug(?)

2005-04-06 Thread Gavin Simpson
Gavin Simpson wrote: Dear List, I have the following problem with axis.Date, here is an artificial example: dates <- scan(what = "character") "25/03/2000" "26/03/2000" "27/03/2000" "28/03/2000" "29/03/2000" "30/03/2000" "31/03/2000" "01/04/2000" "02/04/2000" "03/04/2000" "04/04/2000" "05/04/2000"

[Rd] axis.Date problem, bug(?)

2005-04-06 Thread Gavin Simpson
Dear List, I have the following problem with axis.Date, here is an artificial example: dates <- scan(what = "character") "25/03/2000" "26/03/2000" "27/03/2000" "28/03/2000" "29/03/2000" "30/03/2000" "31/03/2000" "01/04/2000" "02/04/2000" "03/04/2000" "04/04/2000" "05/04/2000" dates <- as.Date(as

Re: [Rd] make error in R devel

2005-04-06 Thread Gavin Simpson
Prof Brian Ripley wrote: What you are doing is not building the recommended packages. We not guarantee that the examples will work if you do not. (I was aware this would happen but have not yet put in a workaround.) *WHY* are you not building the recommended packages? Because I have a single l

Re: [Rd] make error in R devel

2005-04-06 Thread Martyn Plummer
If you get the R source via svn, then you need to run tools/rsync- recommended to get the recommended packages. If you download the tarball from CRAN then these are already included. Martyn On Wed, 2005-04-06 at 15:42 +0100, Gavin Simpson wrote: > Dear list, > > I just hit an error that stoppe

Re: [Rd] make error in R devel

2005-04-06 Thread Prof Brian Ripley
What you are doing is not building the recommended packages. We not guarantee that the examples will work if you do not. (I was aware this would happen but have not yet put in a workaround.) *WHY* are you not building the recommended packages? On Wed, 6 Apr 2005, Gavin Simpson wrote: Dear list

[Rd] make error in R devel

2005-04-06 Thread Gavin Simpson
Dear list, I just hit an error that stopped my make && make check-devel operation on my linux box (FC3, i686 P4 2GB RAM). Just to note that I've been building the development branch(?) for some time and this is the first hint of a problem. 1) updated the src tree using svn update 2) ran ../conf

Re: [Rd] HP-UX and IRIX recent builds? Any other rare platforms?

2005-04-06 Thread Martyn Plummer
I have just (this week) got access to an SGI Origin running IRIX 6.5.27. In answer to your previous questions about locales, "locale -a" shows no utf8 locales; mbrtowc and wcwidth are defined in wchar.h. Compiling R with the native compilers looks problematic. If I find the right compiler flags I

[Rd] HP-UX and IRIX recent builds? Any other rare platforms?

2005-04-06 Thread Prof Brian Ripley
I am revising the section in R-admin on platforms. When I asked about locales earlier this year I got no reply about HP-UX and IRIX, so I will presume that no one has built R on those OSes recently. If you have, please send me the OS number and the flags you used. Platforms where I have seen