Re: [Rd] Great tool

2008-03-06 Thread Christophe Genolini
I believe that codetools is incredibly usefull, but it is very difficult to learn how to use it... Anythink else thant reading the code available ? For exemple, how to track down free varaible ? I try findGlobals(get(functionNames),FALSE)$variables but it does not work... Christophe Gabor

Re: [Rd] Great tool

2008-01-21 Thread Charles C. Berry
On Sun, 20 Jan 2008, Gabor Grothendieck wrote: I agree. Its incredibly useful. OK gentlemen, you have piqued my curiosity. Can you give an example or two of situations you encountered in which a codetools function was so helpful? Chuck On Jan 20, 2008 11:02 PM, Henrik Bengtsson [EMAIL

Re: [Rd] Great tool

2008-01-21 Thread Gabor Grothendieck
Tracking down the free variables in a function when reworking old code. On Jan 21, 2008 12:41 PM, Charles C. Berry [EMAIL PROTECTED] wrote: On Sun, 20 Jan 2008, Gabor Grothendieck wrote: I agree. Its incredibly useful. OK gentlemen, you have piqued my curiosity. Can you give an example

[Rd] Great tool

2008-01-20 Thread Henrik Bengtsson
Hi, I just have drop a note to say that the 'codetools' (and the part of R CMD check that use it) is a pleasure to use and saves me from hours of troubleshooting. Each time it finds something I am amazed how accurate it is. Thanks to Luke T. and everyone else involved in creating it. Cheers,