Re: [Rd] R-devel with Darwin: some issues (mostly due to latest R.framework changes)

2003-12-22 Thread stefano iacus
On Lunedì, dic 22, 2003, at 19:53 Europe/Rome, Simon Urbanek wrote: Some issues with the recent R-devel (rsync today) on Darwin: 1) Recent R-devel is a bit misleading concerning the R-framework installation: A new option --enable-R-framework was introduced, but install-Rframework ignores its

Re: [Rd] R-devel with Darwin: some issues (mostly due to latest R.framework changes)

2003-12-22 Thread stefano iacus
On Lunedì, dic 22, 2003, at 19:53 Europe/Rome, Simon Urbanek wrote: Some issues with the recent R-devel (rsync today) on Darwin: 1) Recent R-devel is a bit misleading concerning the R-framework installation: A new option --enable-R-framework was introduced, but install-Rframework ignores its

[Rd] R-devel with Darwin: some issues (mostly due to latest R.framework changes)

2003-12-22 Thread Simon Urbanek
Some issues with the recent R-devel (rsync today) on Darwin: 1) Recent R-devel is a bit misleading concerning the R-framework installation: A new option --enable-R-framework was introduced, but install-Rframework ignores its absence (or --disable-R-framework for that matter) and tries to ins

Re: (PR#6005) Re: [Rd] [R] lattice: levelplot: error: min not meaningful

2003-12-22 Thread deepayan
Actually, this is supposed to work (and is given as an example in my DSC-2003 paper), and at some point, did. It seems this was broken as a consequence of a careless change in panel.levelplot. The first 5 lines should have been label.style <- match.arg(label.style) x <- as.numeric(x[su

(PR#6005) Re: [Rd] [R] lattice: levelplot: error: min not meaningful

2003-12-22 Thread Prof Brian Ripley
>From the help page: formula: a formula of the form 'z ~ x * y | g1 * g2 * ...', where 'z' is a numeric response, and 'x, y' are numeric values evaluated on a rectangular grid. Please explain why you think that acting as documented necessitates a bug report? On Mon, 22 Dec

[Rd] [R] lattice: levelplot: error: min not meaningful for factor (PR#6005)

2003-12-22 Thread wolfram
R 1.8.1: ___COMMAND levelplot( yield ~ year * variety | site, barley ) ___ERROR_MESSAGE__ Error in Summary.factor(..., na.rm = na.rm) : "min" not meaningful for factors ___COMMENT_

Re: [Rd] La.eigen hangs R when NaN is present (PR#6003)

2003-12-22 Thread Prof Brian Ripley
>From the NEWS for R-patched: o Non-finite input values to eigen(), La.eigen(), svd() and La.svd() are now errors: they often caused infinite looping. (PR#5406, PR#4366, PR#3723: the fix for 3723/4366 returned a vector of NAs, not a matrix, for the eigenvectors.) so

[Rd] La.eigen hangs R when NaN is present (PR#6003)

2003-12-22 Thread sundard
Full_Name: Sundar Dorai-Raj Version: 1.8.1 OS: Windows 2000 Professional Submission from: (NULL) (12.64.199.173) I discovered this problem when trying to use princomp in package:mva when a column in my matrix was all zeros and I set cor = TRUE (thus division by 0). Doing so hangs R, never to retu