Re: [Rd] Calling do_inherit from C

2005-04-06 Thread Prof Brian Ripley
On Tue, 5 Apr 2005, Vadim Ogranovich wrote: Hi, Is there a way (or better say idiom) for calling functions like do_inherit() (which are meant to be called via .Internal) from regular C code. Say I have a SEXP object x and I want to check if it inherits from POSIXt. How do I do this? Call eval() on

[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

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] 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

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

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 stopped

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

[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.character(dates), format =

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 dates -