[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