Re: [R] Application logging in R

2009-07-22 Thread SIES 73
e really interfacing to Java code. You may get some inspiration from it but R and Java are different enough that forcing too much in that direction is unlikely to lead to a great R package. Hope this is useful. Regards, Enrique ------ Date: Mon, 20 Jul 2009 07:55:53 -04

[R] Application logging in R

2009-07-20 Thread B Rowe
Hello, I'm curious to know how people log their applications in R. It seems like it's a combination of cat statements or writing out the session to a file, given the discussions I've had with people. This is fine for interactive work but is a little lacking for automated systems. To address this,