KO
|
EN
gitlite — search
Search
#javascript
#typescript
#python3
#nodejs
#cpp
#python
#java
#machine-learning
#vue
#security
#express
#docker
gmailR
★ 29
Open GitHub ↗
send email with attachments in R
Download README (.md)
Explore Similar Repositories
fastascripts
:
Manipulate FASTA files
siguza.github.io
:
Siguza's Blog
neural
:
NIF based erlang shared term storage
Bukkit-JavaDoc
:
The Minecraft Mod API
bind
:
Boost.org bind module
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gmailR
?
Download (.md)
#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).