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