[Rd] Is this a bug in the parser? (PR#7395)

2004-11-27 Thread rmh
# 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] # ## <> Is

Re: [Rd] Namespaces, coercion and setAs

2004-11-27 Thread roger koenker
Yes, precisely. This was done yesterday and the new version of SparseM with NAMESPACE -- thanks again to Roger Bivand for his help with this -- should now be on CRAN. On Nov 27, 2004, at 4:11 AM, [EMAIL PROTECTED] wrote: Hello, does adding the line \alias{coerce,numeric,matrix.diag.csr-method} to

Re: [Rd] Namespaces, coercion and setAs

2004-11-27 Thread Matthias . Kohl
Hello, does adding the line \alias{coerce,numeric,matrix.diag.csr-method} to the Rd-file of your "matrix.diag.csr" class solve the mysterium? Matthias > Absolutely correct. Adding coerce to the NAMESPACE list of > exportMethods > resolves the problem. Leaves only the mildly mysterious > > U