GUI for sending email in R (using sendEmail)

[This article was first published on indiacrunchin ยป R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

After writing the last post on using sendEmail to send email from R I decided to create a simple GUI to enable this functionality.
A snapshot image of the GUI is shown above.
To use this GUI, you will need to install the following packages in R:

More information on installing gWidgets can be found in the package vignette found here

Once you have downloaded the Windows GTK Bundle, unzip it and add the included bin folder in your PATH. The README file mentions the avoidance of Winzip to unzip the GTK Bundle, so maybe you could use Winrar.

I had to restart R a few times for the installations and PATH changes to take effect.

The R script that creates the GUI is hosted as a download on code.google.com

You can download it from this link

Alternately, issuing the command below will also work.

source(โ€œhttp://sendemail-gui-r.googlecode.com/files/GUI_sendEmail.R&#8221๐Ÿ˜‰

The GUI is very simplistic for now and I will continue to develop it and post updates.
Iโ€™m trying to familiarize myself with Git so I could update new versions and manage the code more effectively in the near future.


To leave a comment for the author, please follow the link and comment on their blog: indiacrunchin ยป R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)