On Tue, Mar 31, 2009 at 3:41 PM, Wacek Kusnierczyk < waclaw.marcin.kusnierc...@idi.ntnu.no> wrote:
> Stavros Macrakis wrote: > > ...All that being said, programming with global variables makes certain > classes of bug much more likely.... > > ... in a language like r, that heavily relies on setting global variables > (par(), options(), ...). > Yes, par, options, etc. are problematic, too, especially since there's no easy way I know of to make them local (like dynamic binding in old Lisps). -s [[alternative HTML version deleted]] ______________________________________________ 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.