资源说明:send email with attachments in R
#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).
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。