Re: [R] A masked function is a masked function by any other name

2011-06-28 Thread Juan Carlos Borrás
Ops! Thank-you Duncan for clarifying the 2 vs. 3 colon difference and a couple of other things. Working like a charm now. Cheers, jcb! > If you are using ::: (three colons), then you may be looking into the > unexported functions in log4r.  The only normal way to see unexported > functions is to u

Re: [R] A masked function is a masked function by any other name

2011-06-28 Thread Duncan Murdoch
On 28/06/2011 9:38 AM, Juan Carlos Borrás wrote: Dear all, It looks like I do not grasp the concept of masked functions enough as to solve this trivial problem. The code that replicates the problem (a source code tree that realizes a R package actually) is under github so one can call it clone it

[R] A masked function is a masked function by any other name

2011-06-28 Thread Juan Carlos Borrás
Dear all, It looks like I do not grasp the concept of masked functions enough as to solve this trivial problem. The code that replicates the problem (a source code tree that realizes a R package actually) is under github so one can call it clone it easily from the command line (though more experien