Re: [Rd] R 1.9.1 fails to install for Mac 10.2.8 (PR#7190)

2004-08-19 Thread Steven C. Bagley
> > On Aug 19, 2004, at 6:30 PM, [EMAIL PROTECTED] wrote: > >> Was running R 1.9.0 on iMac (10.2.8) without problems. Tried to run >> installer >> for 1.9.1, but this stops after only several seconds, saying "There >> were >> problems installing the software." Problem is repeatable, even after >

Re: [Rd] R 1.9.1 fails to install for Mac 10.2.8 (PR#7190)

2004-08-19 Thread Simon Urbanek
On Aug 19, 2004, at 6:30 PM, [EMAIL PROTECTED] wrote: Was running R 1.9.0 on iMac (10.2.8) without problems. Tried to run installer for 1.9.1, but this stops after only several seconds, saying "There were problems installing the software." Problem is repeatable, even after repairing file permis

[Rd] Unbalanced parentheses printed by warnings() crash text editor

2004-08-19 Thread Mayeul KAUFFMANN
Hello everyone, Hope it is the good place for this (I discuss the question of the right place below). Most of the time, warnings are more than 1000 characters long and thus are truncated. Most of the time, this generates printouts with unbalanced parentheses. Intelligent text editors which do p

[Rd] small typo in ?attributes

2004-08-19 Thread Liaw, Andy
I believe in the `Description' section of ?attributes, `above' should be `below'. Best, Andy Andy Liaw, PhD Biometrics Research PO Box 2000, RY33-300 Merck Research Labs Rahway, NJ 07065 mailto:[EMAIL PROTECTED]732-594-0820

[Rd] suggesting a new feature for unique()

2004-08-19 Thread Liaw, Andy
Dear R-devel, May I suggest that a new feature be added to a couple of unique() methods? Sometimes it's useful to have the indices of the original data that the unique elements come from, so that the original data can be recreated from the unique()ed data. I suggest that an `index' argument be ad

RE: [Rd] proposed change to [.POSIXct

2004-08-19 Thread Whit Armstrong
> Sorry, but you really do not want that the change your patch > makes. Copying across the attributes will for example copy > the original names, any dim's etc. There is a very good > reason why [ does not do that itself. Copying all attributes may very well be troublesome. Perhaps the appr

Re: [Rd] text(x, y, labels) - recycling problems and RFC (PR#7084)

2004-08-19 Thread Prof Brian Ripley
On Thu, 19 Aug 2004 [EMAIL PROTECTED] wrote: > I didn't get any feedback on this posting, > > so I will commit my proposal to recycle the coordinates (x,y) to > the length of 'labels' if the latter is longer (instead of > silently dropping the extra labels[] entries). I'd suggest only doing non

[Rd] R 1.9.1 fails to install for Mac 10.2.8 (PR#7190)

2004-08-19 Thread sbagley
Full_Name: Steven Bagley Version: 1.9.1 OS: Mac 10.2.8 Submission from: (NULL) (4.10.4.91) Was running R 1.9.0 on iMac (10.2.8) without problems. Tried to run installer for 1.9.1, but this stops after only several seconds, saying "There were problems installing the software." Problem is repeata

Re: [Rd] text(x, y, labels) - recycling problems and RFC (PR#7084)

2004-08-19 Thread maechler
I didn't get any feedback on this posting, so I will commit my proposal to recycle the coordinates (x,y) to the length of 'labels' if the latter is longer (instead of silently dropping the extra labels[] entries). Martin Maechler > "MM" == Martin Maechler <[EMAIL PROTECTED]> > on Tu

Re: [Rd] proposed change to [.POSIXct

2004-08-19 Thread Prof Brian Ripley
Sorry, but you really do not want that the change your patch makes. Copying across the attributes will for example copy the original names, any dim's etc. There is a very good reason why [ does not do that itself. I am not even sure you want to preserve the "tzone" attribute. A POSIXct time is a

[Rd] proposed change to [.POSIXct

2004-08-19 Thread Whit Armstrong
R developers, The "tzone" attribute is stripped from a POSIXct object when the subscript command is called ("[.POISXct"). This results in dates being printed in the locale specific format after a subscript operation is applied to a POSIXct object which has cause several problems for me in the pas

Re: [Rd] [R] Problem loading library Matrix on Solaris machine

2004-08-19 Thread Prof Brian Ripley
I have four Solaris build setups, gcc/Forte cc x 32/64-bit. If you tell me a bit more about yours, I can do the appropriate testing. Looks like this Matrix/src/taucs/taucs.h: #if (defined(OSTYPE_irix) || defined(OSTYPE_solaris)) #include #include #define isinf(x) (!finite((x)) && !isnan((x)))

[Rd] mtext adj= wrong with several las= (PR#7188)

2004-08-19 Thread joehl
Dear all, Our quite basic function mtext() does wrong adjustments in some parameter configurations. This gets obvious when using multi line texts: There is no way to properly adjust text perpendicular to axis 2, for example. Best Jens Oehlschlägel m <- matrix(1:9, 3) colnames(m) <- c("severa

Re: [Rd] Fortran 90 (was no subject)

2004-08-19 Thread Duncan Murdoch
On Thu, 19 Aug 2004 01:39:07 GMT, "faculty wang hansheng" <[EMAIL PROTECTED]> wrote: >Hi, there, > >I have a number of F90 codes wish to be linked into R under Windows XP OS. >Do anyone know how to do it and give some advice? Many thanks. It depends on which compiler you're using. My web page

[Rd] [R] Problem loading library Matrix on Solaris machine

2004-08-19 Thread Gerrit Eichner
Dear R-devel list members, after having contacted Douglas Bates (author of package Matrix) he suggested to ask this list for assistance with the following problem: After having under > version platform sparc-sun-solaris2.9 arch sparc os solaris2.9 system sparc, solaris2.9 status majo