Re: [Rd] Perplexed with environment

2013-06-25 Thread Hervé Pagès
Hi Rainier, On 06/25/2013 04:04 AM, Rainer M Krug wrote: Hi I migrated from Linux to Mac, but I don't this has anything to do with it, but I am not sure. I am writing a small logger package, in which I have a file aaa.R: , | .logData <- new.env() | assign("loggingThreshold", 10, envir

[Rd] Perplexed with environment

2013-06-25 Thread Rainer M Krug
Hi I migrated from Linux to Mac, but I don't this has anything to do with it, but I am not sure. I am writing a small logger package, in which I have a file aaa.R: , | .logData <- new.env() | assign("loggingThreshold", 10, envir = .logData) | assign("logToFile", FALSE, envir = .logData