Package: RGA
Type: Package
Title: A Google Analytics API Client
Description: Provides functions for accessing and retrieving data from the
    Google Analytics APIs (https://developers.google.com/analytics/). Supports
    OAuth 2.0 authorization. Package provides access to the Management, Core
    Reporting, Multi-Channel Funnels Reporting, Real Time Reporting and
    Metadata APIs. Access to all the Google Analytics accounts which the user
    has access to. Auto-pagination to return more than 10,000 rows of the
    results by combining multiple data requests. Also package provides
    shiny app to explore the core reporting API dimensions and metrics.
URL: https://github.com/artemklevtsov/RGA
BugReports: https://github.com/artemklevtsov/RGA/issues
Version: 0.4.2
Date: 2016-04-08
Authors@R: c(
    person(given = "Artem", family = "Klevtsov",
    email = "a.a.klevtsov@gmail.com", role = c("aut", "cre")),
    person(given = "Philipp", family = "Upravitelev",
    email = "upravitelev@gmail.com", role = "ctb"),
    person(given = "Olga", family = "Shramko",
    email = "ol1709@yahoo.com", role = "ctb"))
License: GPL (>= 2)
Depends: R (>= 3.2.0)
Imports: jsonlite, httr (>= 1.1.0), plyr, lubridate
Collate: 'auth.R' 'utils.R' 'request.R' 'url.R' 'convert.R'
        'get-data.R' 'mgmt.R' 'accounts.R' 'customDataSources.R'
        'customDimensions.R' 'customMetrics.R' 'date-ranges.R'
        'experiments.R' 'filters.R' 'profiles.R' 'query.R' 'report.R'
        'ga.R' 'firstdate.R' 'goals.R' 'mcf.R' 'metadata.R' 'package.R'
        'realtime.R' 'segments.R' 'unsampledReports.R' 'uploads.R'
        'webproperties.R' 'zzz.R'
Suggests: knitr, rmarkdown, testthat, shiny
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-04-07 17:57:45 UTC; unikum
Author: Artem Klevtsov [aut, cre],
  Philipp Upravitelev [ctb],
  Olga Shramko [ctb]
Maintainer: Artem Klevtsov <a.a.klevtsov@gmail.com>
Repository: CRAN
Date/Publication: 2016-04-08 10:43:53
