CRAN
gmailr 0.7.1
Access the Gmail RESTful API
Released Apr 12, 2016 by Jim Hester
This package is available for Renjin and there are no known compatibility issues.
Dependencies
magrittr 1.5 mime 0.5 jsonlite 1.5 httr 1.3.1 base64enc 0.1-3 crayon 1.3.4
An interface to the Gmail RESTful API. Allows access to your Gmail messages, threads, drafts and labels.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>gmailr</artifactId> <version>0.7.1-b21</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:gmailr')
Test Results
This package was last tested against Renjin 0.8.2543 on Dec 17, 2017.
- MIME_-_Basic.MIME_-_Basic_functions_E1
- MIME_-_Basic.MIME_-_Basic_functions_E2
- MIME_-_Basic.MIME_-_Basic_functions_E3
- MIME_-_Basic.MIME_-_Basic_functions_E4
- MIME_-_Basic.MIME_-_Basic_functions_E5
- MIME_-_Basic.MIME_-_Basic_functions_E6
- MIME_-_Basic.MIME_-_Basic_functions_E7
- mime-examples
- pipe-examples
- test-all