Re: [R] Codetools Query (repost)

2013-01-16 Thread luke-tierney
You really don't want to use internals like isBaseVar as there is no guarantee they will continue to exist. Even collectUsage and otehr things mentioned on the same page may need to change if this is reimplemented. The most robust approach is to use findGlobals and omit what you don't want,

Re: [R] Codetools Query (repost)

2013-01-16 Thread Saptarshi Guha
thanks much. Saptarshi __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.