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 <[EMAIL PROTECTED]> UNIL DGM ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.