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 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.

 Harold

[[alternative HTML version deleted]]

 __
 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.




-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40 S 49° 16' 22 O

[[alternative HTML version deleted]]

__
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.


Re: [R] R Send an Email

2010-08-17 Thread Barry Rowlingson
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.


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 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.

 Harold

[[alternative HTML version deleted]]

 __
 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.


[[alternative HTML version deleted]]

__
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.