[Rd] package dependencies
Seth Falcon
sfalcon at fhcrc.org
Thu Aug 16 01:59:01 CEST 2007
Zhenhuan Cui <zhenhuan at stat.osu.edu> writes:
> I created an add-on R package. In this package, there is a line
> "require(pckgname)", because I need to call some functions in pckgname. My
> package is successfully built and can be successful installed. But R CMD
> check can not be executed. The error message is:
Instead of require(pkgname), simply list pkgname in the Depends field
of your package's DESCRIPTION file. See the Writing R Extensions
manual for details.
+ seth
--
Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center
BioC: http://bioconductor.org/
Blog: http://userprimary.net/user/
More information about the R-devel
mailing list