Re: [R-pkg-devel] Loading Libraries Outside of .lib.loc

2017-06-28 Thread Uwe Ligges
Just set .libPaths("/tmp/current") and then library(devtools) shoudl do the trick. Best, Uwe Ligges On 28.06.2017 22:23, Bill Denney wrote: Hi, I'm working on a script to test my library (PKNCA) for what the minimum required version of its dependencies are. Specifically, I've received bug

[R-pkg-devel] Loading Libraries Outside of .lib.loc

2017-06-28 Thread Bill Denney
Hi, I'm working on a script to test my library (PKNCA) for what the minimum required version of its dependencies are. Specifically, I've received bug reports when people are using versions of dplyr < 0.5.0. To test my package against old versions of libraries, I'm installing old versions of