[Bioc-devel] ATTN: maanover maintainer

Seth Falcon sfalcon at fhcrc.org
Mon Apr 17 23:58:50 CEST 2006


Sorry to post to the list with this, but the maintainer's email
address bounced.  If the current maintainer of maanova could please
read below and then contact me...

Message for maanova maintainer:

Hi Hao,

We are finalizing the Bioc 1.8 release and there are two warning
messages from your package maanova that need fixing.

1. Functions transform.rawdata and transform.madata

   The base package defines an S3 generic 'transform'.  Your choice in
   names creates a potential problem.  S3 objects with class "rawdata"
   would dispatch to your function.  Hence these warnings

    * checking S3 generic/method consistency ... WARNING
    transform:
      function(_data, ...)
    transform.madata:
      function(x, method, lolim, uplim, f, iter, degree, cg, cr, n.bin,
               draw, ...)

   The best short-term solution is to:

   * Add renamed versions of these functions (perhaps replace "." with
     "_").

   * Deprecate the current ones with .Deprecated() and plan to remove
     them in the next release.

2. You are using La.svd and this is deprecated.  Please find a
   suitable alternative.

We'd appreciate your prompt attention to these issues.  Let us know if
we can answer questions or help in any way.


Best,

-- 
+ seth



More information about the Bioc-devel mailing list