CRAN

GAR 1.1

Authorize and Request Google Analytics Data

Released Sep 18, 2015 by Andrew Geisler

This package can be loaded by Renjin but 4 out 5 tests failed.

Dependencies

httr 1.3.1 jsonlite 1.5

The functions included are used to obtain initial authentication with Google Analytics as well as simple and organized data retrieval from the API. Allows for retrieval from multiple profiles at once.

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>GAR</artifactId>
    <version>1.1-b33</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:GAR')

Test Results

This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.

Source

R

View GitHub Mirror

Release History