Skip to content
Prev 38830 / 63424 Next

problem reported in 00check.log-package not found-cont.

We simply don't have a reproducible example, nor the 'at a minimum' 
information required by the posting guide.

Is prodlim installed?

Is it in the library tree you set as R_LIBS?

Note the following from 'Writing R Extensions':

   Note: R CMD check and R CMD build run R with --vanilla, so none of the
   user's startup files are read. If you need R_LIBS set (to find
   packages in a non-standard library) you can set it in the environment:
   also as from R 2.12.0 you can use files ~/.R/check.Renviron and
   ~/.R/build.Renviron to set environment variables when using these
   utilities.

and we've seen non-reproucible reports that use of ~/.R/check.Renviron 
(rather than setting R_LIBS in the environment) was needed.  So please 
try that.
On Thu, 13 Jan 2011, carol white wrote: