Re: [R] library(...,pos=) is not consistent

2010-06-17 Thread Gabor Grothendieck
On Thu, Jun 17, 2010 at 1:28 PM, Gabor Grothendieck wrote: > On Thu, Jun 17, 2010 at 1:11 PM, Russell Ivory > wrote: >> I want to be able to load a library in a specified position using the >> pos= argument and have any subsequent library required by the one I'm >> loading go into a specified lib

Re: [R] library(...,pos=) is not consistent

2010-06-17 Thread Gabor Grothendieck
On Thu, Jun 17, 2010 at 1:11 PM, Russell Ivory wrote: > I want to be able to load a library in a specified position using the > pos= argument and have any subsequent library required by the one I'm > loading go into a specified library as well.  For example, in loading > caret, it requires and loa

[R] library(...,pos=) is not consistent

2010-06-17 Thread Russell Ivory
I want to be able to load a library in a specified position using the pos= argument and have any subsequent library required by the one I'm loading go into a specified library as well. For example, in loading caret, it requires and loads lattice as well. When I specify that caret goes into positi