Skip to content
Prev 40125 / 63424 Next

R CMD check and Suggests Packages

On 11-05-03 12:43 AM, Martin Maechler wrote:
Not for me. For example, picking up a CRAN package with a
Suggests field:

   http://cran.fhcrc.org/web/packages/AICcmodavg/index.html

Then, after downloading the source tarball:

   hpages at latitude:~/Downloads$ R-2.13 CMD check AICcmodavg_1.15.tar.gz
   * using log directory ?/home/hpages/Downloads/AICcmodavg.Rcheck?
   * using R version 2.13.0 (2011-04-13)
   * using platform: x86_64-unknown-linux-gnu (64-bit)
   * using session charset: UTF-8
   * checking for file ?AICcmodavg/DESCRIPTION? ... OK
   * checking extension type ... Package
   * this is package ?AICcmodavg? version ?1.15?
   * checking package dependencies ... ERROR
   Package required but not available: lme4

   See the information on DESCRIPTION files in the chapter 'Creating R
   packages' of the 'Writing R Extensions' manual.

Cheers,
H.