[BioC] R CMD check error

Seth Falcon sfalcon at fhcrc.org
Tue Feb 8 02:06:51 CET 2005


Hi Fangxin,

Is RA() a function in your package or one that is part of another
package?  If the latter, then your problem is very likely to be that
you need to require() the package before using it.

You can investigate further by adding some print() statements to the
example that errors out.  Helpful things to see would be what's in the
current environment (ls()) and what packages are attached (search()).

Also, when you try to reproduce the error in the example, you should
try loading the version of your package that R CMD check installs into
FOO.Rcheck (if your package is named FOO).  You can use library() with
lib.loc arg to achieve this.

+ seth



More information about the Bioconductor mailing list