Re: [Rd] RAqua and AquaTclTk

2003-10-31 Thread Stefano Iacus
On Giovedì, ott 30, 2003, at 17:54 Europe/Rome, Peter Dalgaard wrote: Stefano Iacus [EMAIL PROTECTED] writes: While playing around with panther I discovered (with surprise) that tcltk seems to work (even if not smoothly) with RAqua without first calling tkStartGUI. I switched back to 10.2.6 and

[Rd] R-1.8.0 + IBM VisualAge/C for AIX compiler

2003-10-31 Thread Simon Urbanek
A while ago I compiled R 1.7.0 for AIX (with the above compiler - I'll call it xlc) and I was surprised that it went quite smoothly. Unfortunately with R 1.8.0 it's not as easy, but I succeeded at least partially. Static R works fine (after some tweaking), but --enable-R-shlib fails resp.

[Rd] Re: R-1.8.0 + IBM VisualAge/C for AIX compiler

2003-10-31 Thread Kurt Hornik
Simon Urbanek writes: A while ago I compiled R 1.7.0 for AIX (with the above compiler - I'll call it xlc) and I was surprised that it went quite smoothly. Unfortunately with R 1.8.0 it's not as easy, but I succeeded at least partially. Static R works fine (after some tweaking), but

[Rd] solve.Matrix() not found (PR#4887)

2003-10-31 Thread s . conti
# Your mailer is set to none (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # [EMAIL PROTECTED] # ## Dear R

Re: [Rd] solve.Matrix() not found (PR#4887)

2003-10-31 Thread Prof Brian Ripley
In what sense is this a bug? *Please* read the description of BUGS in the FAQ. Note: library(Matrix) getS3method(solve, Matrix) function (a, b, tol = 0, transpose = FALSE, ...) { if (missing(b)) return(.Call(R_LapackPP_solve, a, NULL, PACKAGE = Matrix))

Re: [Rd] solve.Matrix() not found (PR#4887)

2003-10-31 Thread Douglas Bates
To elaborate a bit - the reason that the behavior of the Matrix package changed is because I uploaded a new version that has a NAMESPACE file. One result, as Brian Ripley points out, is that direct calls to method functions, such as solve.Matrix(foo, bar) that previously were acceptable now