Re: [Rd] Same class name, different package

2011-07-24 Thread John Chambers
A point that has come up a couple of times with the new test is that two classes from two packages may be "the same class". Should that turn on duplicate classes? One situation where the answer seems to be No is when the two classes are identical declarations of S3 classes, via setOldClass().

Re: [Rd] Saving data into a text or CSV file using foreach/doSNOW

2011-07-24 Thread Krystian Radlak
I solved this problem using Sys.getpid() function. zz <- file(paste(cmd_args[7],Sys.getpid(),".txt",sep=""), "at") write(rr,file=zz) close(zz) -- View this message in context: http://r.789695.n4.nabble.com/Saving-data-into-a-text-or-CSV-file-using-foreach-doSNOW-tp3683155p3690132.html Sent from