On Tue, Aug 17, 2010 at 3:54 PM, Doran, Harold <hdo...@air.org> 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 long time and I find myself constantly looking over to see if R is done. > > But, it would just be neat if there was a way R could send me an email > alerting me that a process has finished. I'm guessing this could be made > possible (on Windows) via system() or shell(). > > Just curious if anyone has thought of this. >
RSiteSearch("send email") has a few suggestions, including the sendmailR package... Barry ______________________________________________ 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.