GUI for sending email in R (using sendEmail)
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”๐
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.
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.