An open API service indexing awesome lists of open source software.

https://github.com/trinker/gmailr

send email with attachments in R
https://github.com/trinker/gmailr

Last synced: over 1 year ago
JSON representation

send email with attachments in R

Awesome Lists containing this project

README

          

#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.](http://www.repostatus.org/badges/latest/unsupported.svg)](http://www.repostatus.org/#unsupported)

![gmailicon](https://dl.dropbox.com/u/61803503/gmail.png)
A way to send gmail message from R with attachments.

## Installation

Currently there isn't a release on [CRAN](http://cran.r-project.org/).

You can, however, download the [zip ball](https://github.com/trinker/gmailR/zipball/master) or [tar ball](https://github.com/trinker/gmailR/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:

```r
# install.packages("devtools")

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

Note: Windows users need [Rtools](http://www.murdoch-sutherland.com/Rtools/) and [devtools](http://CRAN.R-project.org/package=devtools) to install this way.

## Help
For the package pdf help manual [click here](https://dl.dropbox.com/u/61803503/gmailR.pdf).