[Rd] R-devel from rsync 04/23

2004-04-23 Thread Jan de Leeuw
I see something new and unexpected here. > update.packages() trying URL `http://cran.r-project.org/src/contrib/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 163467 bytes opened URL .. .. .. .. .. .. .. .. .. .

[Rd] MDaemon Warning - virus found: Re: Secure SMTP Message

2004-04-23 Thread info
Thank You for contacting Freshpair.com Customer Care. A representative will respond to your request in a fast and friendly manner. If you would like to place a phone order, or have questions regarding an existing order, please call our toll-free customer care center at 866-FRESHPAIR. Representa

[Rd] Weirdness with choose.files on Microsoft Windows (PR#6818)

2004-04-23 Thread kwright
Full_Name: Kevin Wright Version: 1.8.0 OS: Windows 95 Submission from: (NULL) (170.54.59.160) This bug also happens to me using R 1.9.0 on Windows 2000. Took me a long time to create a reproducible bug, but I think I have succeeded. I suspect my test function has a bug, but I don't see anythin

[Rd] R.bin vs R as app name in Mac OS X

2004-04-23 Thread stefano iacus
I discovered today a curious behavior of the Finder. If you double click on the R icon directly, on Panther, you'll see R.bin in the application menu. If you call R via an applescript like the following, you'll see only R as it should be. try tell application "R" activat

Re: [Rd] is.na(valid_date) too often true on SGI MIPS (PR#6814)

2004-04-23 Thread Prof Brian Ripley
On Fri, 23 Apr 2004, George N. White III wrote: > On Fri, 23 Apr 2004, Prof Brian Ripley wrote: > > > I'm sorry, but this is completely unreproducible, and the second you say > > is true you quote as false. > > Not sure what you mean -- are you saying "make check" passes on > other Irix systems?

Re: [Rd] is.na(valid_date) too often true on SGI MIPS (PR#6814)

2004-04-23 Thread aa056
On Fri, 23 Apr 2004, Prof Brian Ripley wrote: > I'm sorry, but this is completely unreproducible, and the second you say > is true you quote as false. Not sure what you mean -- are you saying "make check" passes on other Irix systems? > d is a list, so can you tell us unclass(d) in both cases?

Re: [Rd] is.na(valid_date) too often true on SGI MIPS (PR#6814)

2004-04-23 Thread George N. White III
On Fri, 23 Apr 2004, Prof Brian Ripley wrote: > I'm sorry, but this is completely unreproducible, and the second you say > is true you quote as false. Not sure what you mean -- are you saying "make check" passes on other Irix systems? > d is a list, so can you tell us unclass(d) in both cases?

Re: [Rd] make fails with Sun Forte compiler (PR#6815)

2004-04-23 Thread Prof Brian Ripley
The instructions in R-admin *have* been tested. It does tell you how to specify the sunperf BLAS, so please read it -- it probably even selects it by default. I don't see any evidence of a bug in R here, rather of a problem in your setup. Please seek local advice. My suspicion is that you wan

[Rd] make fails with Sun Forte compiler (PR#6815)

2004-04-23 Thread rsparapa
Full_Name: rodney sparapani Version: 1.9.0 OS: Solaris 9 Submission from: (NULL) (141.106.120.97) I'm following the instructions for the Sun Forte compiler. I had success with 1.8.1 so I think the compiler settings are correct (config.site): CC="cc -xarch=v8plusa" CFLAGS="-xO5 -xlibmil

Re: [Rd] is.na(valid_date) too often true on SGI MIPS (PR#6814)

2004-04-23 Thread Prof Brian Ripley
I'm sorry, but this is completely unreproducible, and the second you say is true you quote as false. d is a list, so can you tell us unclass(d) in both cases? Also, I cannot see those examples anywhere in the R sources so can you please show the actual output you got. On Fri, 23 Apr 2004 [EMAI

[Rd] is.na(valid_date) too often true on SGI MIPS (PR#6814)

2004-04-23 Thread aa056
Full_Name: George N. White III Version: 1.9.0 OS: Irix 6.5.21m Submission from: (NULL) (142.176.61.212) R-1.9.0 built using the SGI MIPSPro compilers Installation directory:/usr/local C compiler:c99 -OPT:IEEE_NaN_inf=ON -mips4 -n32 -O3 -OPT:Olimit_opt=on C++ compiler:

Re: [Rd] trellis.device in .First (PR#6812)

2004-04-23 Thread Deepayan Sarkar
On Friday 23 April 2004 03:23, Martin Maechler wrote: > > "BDR" == Prof Brian Ripley <[EMAIL PROTECTED]> > > on Fri, 23 Apr 2004 08:21:34 +0100 (BST) writes: > > <> > > BDR> It is a matter for discussion (with the lattice > BDR> maintainer) whether trellis.device

[Rd] Re: Its me

2004-04-23 Thread David Walsh
I was unable to open the file. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 23, 2004 2:24 PM Subject: Re: Its me > The file is protected with the password ghj001. > > __ [EMAIL PROTECTED] mailing

Re: [Rd] trellis.device in .First (PR#6812)

2004-04-23 Thread rmh
I use Gnu Emacs 21.3 ftp://ftp.gnu.org:/gnu/windows/emacs/21.3/emacs-21.3-fullbin-i386.tar.gz";>Gnu Emacs 21.3 Binaries for Windows (NTemacs) __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] trellis.device in .First (PR#6812)

2004-04-23 Thread dmurdoch
On Thu, 22 Apr 2004 22:08:56 -0400, "Richard M. Heiberger" <[EMAIL PROTECTED]> wrote: >This is a start of R 1.9.0 in a directory without .RData > > >> options(STERM='iESS', editor='gnuclient.exe') >> search() >[1] ".GlobalEnv" "package:methods" "package:stats""package:graphics" >[5] "pa

Re: [Rd] trellis.device in .First (PR#6812)

2004-04-23 Thread Martin Maechler
> "BDR" == Prof Brian Ripley <[EMAIL PROTECTED]> > on Fri, 23 Apr 2004 08:21:34 +0100 (BST) writes: <> BDR> It is a matter for discussion (with the lattice BDR> maintainer) whether trellis.device should help you out BDR> here by importing the devices from

Re: [Rd] trellis.device in .First (PR#6812)

2004-04-23 Thread Prof Brian Ripley
Extract from ?Startup Next, if a function '.First' is found on the search path, it is executed as '.First()'. Finally, function '.First.sys()' in the 'base' package is run. This calls 'require' to attach the default packages specified by 'options("defaultPackages")'. so again,