Re: [Rd] attach behavior

2004-08-29 Thread Peter Dalgaard
Prof Brian D Ripley <[EMAIL PROTECTED]> writes: > On Sun, 29 Aug 2004, Erich Neuwirth wrote: > > > In R 1.9.1, attaching an object more than once puts the object's name on > > the search path more than once also. Therefore, to remove it, one has to > > detach it multiply. > > Wouldn'tn it make se

Re: [Rd] attach behavior

2004-08-29 Thread Prof Brian D Ripley
On Sun, 29 Aug 2004, Erich Neuwirth wrote: > In R 1.9.1, attaching an object more than once puts the object's name on > the search path more than once also. Therefore, to remove it, one has to > detach it multiply. > Wouldn'tn it make sense to change the behavior of attach in a way > that object n

[Rd] attach behavior

2004-08-28 Thread Erich Neuwirth
In R 1.9.1, attaching an object more than once puts the object's name on the search path more than once also. Therefore, to remove it, one has to detach it multiply. Wouldn'tn it make sense to change the behavior of attach in a way that object names are not added to the search path more than once