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
- Host: GitHub
- URL: https://github.com/trinker/gmailr
- Owner: trinker
- Created: 2012-08-30T02:22:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T21:24:27.000Z (over 10 years ago)
- Last Synced: 2025-03-17T12:22:22.013Z (over 1 year ago)
- Language: R
- Size: 35.2 KB
- Stars: 27
- Watchers: 10
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#gmailR
[](http://www.repostatus.org/#unsupported)

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