[R] Building a package and Depends search

Gabor Csardi csardi at rmki.kfki.hu
Tue Feb 19 15:11:38 CET 2008


I think you need "-l":

R CMD check -l <your_library> <your_package>

Gabor

On Tue, Feb 19, 2008 at 02:00:38PM -0000, john seers (IFR) wrote:
[...]
> I think this is because I install my packages in "mylibrary" and use
> "R_LIBS=C:/PROGRA~1/R/mylibrary" in my Renviron.site file. If I move the
> package to the R main library it fixes the problem. But rather defeats
> the intention behind having a separate mylibrary.
> 
> Can anybody tell me how to solve this? That is keep my installed
> packages in mylibrary but get the package check/build to work? I guess
> Depends: has a search path but I cannot find it or how to alter it. Can
> anybody point me to some documentation?
[...]

-- 
Csardi Gabor <csardi at rmki.kfki.hu>    UNIL DGM



More information about the R-help mailing list