[Rd] Undocumented S4 methods: generic coerce and siglist matrix, Massvector

Witold Eryk Wolski wolski at molgen.mpg.de
Thu Feb 10 16:06:18 CET 2005


Hi,
While checking the package I am getting all the time the following 
complain about the function:


Undocumented S4 methods:
  generic coerce and siglist matrix,Massvector


I have not defined the function nowhere in the R files.
My gues is that this has something to do with the following definition 
of the setAs function.

setAs("matrix","Massvector"
      ,def= function(from)
      {
        return(new("Massvector",from))
      }
      )

The problem is not to cheat the check mechanism. I knew that the warning 
can be elminitad by by defining an alias of this function in one of the 
Rd files.

Yours

Eryk

-- 
Dipl. bio-chem. Witold Eryk Wolski
MPI-Moleculare Genetic
Ihnestrasse 63-73 14195 Berlin
tel: 0049-30-83875219                 __("<    _
http://www.molgen.mpg.de/~wolski      \__/    'v'
http://r4proteomics.sourceforge.net    ||    /   \
mail: witek96 at users.sourceforge.net    ^^     m m
      wolski at molgen.mpg.de



More information about the R-devel mailing list