All Projects → trinker → Gmailr

trinker / Gmailr

send email with attachments in R

Programming Languages

r
7636 projects

#gmailR Project Status: Unsupported - The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.

gmailicon
A way to send gmail message from R with attachments.

Installation

Currently there isn't a release on CRAN.

You can, however, download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the devtools package to install the development version:

# install.packages("devtools")

library(devtools)
install_github("gmailR", "trinker")

Note: Windows users need Rtools and devtools to install this way.

Help

For the package pdf help manual click here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].