Re: [R] R Send an Email

2010-08-17 Thread Jorge Ivan Velez
Hi Harold, I have not used it recently, but it seems promising: http://cran.r-project.org/web/packages/sendmailR/index.html HTH, Jorge On Tue, Aug 17, 2010 at 10:54 AM, Doran, Harold <> wrote: > Just out of curiosity, has anyone ever written a function that sends an > email to you when an R p

Re: [R] R Send an Email

2010-08-17 Thread Barry Rowlingson
On Tue, Aug 17, 2010 at 3:54 PM, Doran, Harold wrote: > Just out of curiosity, has anyone ever written a function that sends an email > to you when an R process has finished? For instance, I often work with very > large data sets and certain tasks (e.g., merging records, lmer runs) can take > a

Re: [R] R Send an Email

2010-08-17 Thread Henrique Dallazuanna
See sendmailR package. On Tue, Aug 17, 2010 at 11:54 AM, Doran, Harold wrote: > Just out of curiosity, has anyone ever written a function that sends an > email to you when an R process has finished? For instance, I often work with > very large data sets and certain tasks (e.g., merging records,

[R] R Send an Email

2010-08-17 Thread Doran, Harold
Just out of curiosity, has anyone ever written a function that sends an email to you when an R process has finished? For instance, I often work with very large data sets and certain tasks (e.g., merging records, lmer runs) can take a long time and I find myself constantly looking over to see if