Re: [Rd] R CMD check with non-standard .libPaths

2012-04-14 Thread Dirk Eddelbuettel
On 14 April 2012 at 20:45, Ben Bolker wrote: | | Does anyone have advice on how to instruct R CMD check to use a | non-standard set of libraries? Here's the situation: One way around is something like this: edd@max:~$ tail -5 .R/check.Renviron # edd Apr 2003 Allow local install in /usr/loc

[Rd] R CMD check with non-standard .libPaths

2012-04-14 Thread Ben Bolker
Does anyone have advice on how to instruct R CMD check to use a non-standard set of libraries? Here's the situation: I'm trying to do some automated checking on package dependencies of a package I maintain. In order to do that I've written code that takes the list of the dependent packages