Package: googleAuthR
Type: Package
Version: 0.6.2
Title: Authenticate and Create Google APIs
Description: Create R functions that interact with OAuth2 Google APIs 
    <https://developers.google.com/apis-explorer/> easily,
    with auto-refresh and Shiny compatibility.
Authors@R: c(person("Mark", "Edmondson",email = "m@sunholo.com",
                  role = c("aut", "cre"),
                  comment = c(ORCID = "0000-0002-8434-3881")),
           person("Jennifer", "Bryan",email="jenny@stat.ubc.ca", role = "ctb"),
           person("Johann", "deBoer", email="johanndeboer@gmail.com", role = "ctb"),
           person("Neal", "Richardson", email="neal.p.richardson@gmail.com", role = "ctb"))
URL: http://code.markedmondson.me/googleAuthR/
BugReports: https://github.com/MarkEdmondson1234/googleAuthR/issues
Depends: R (>= 3.3.0)
Imports: assertthat (>= 0.2.0), digest, httr (>= 1.3.1), jsonlite (>=
        0.9.16), R6 (>= 2.1.0), memoise (>= 1.1.0), utils
Suggests: covr, devtools (>= 1.12.0), formatR (>= 1.4), httptest,
        knitr, miniUI (>= 0.1.1), rmarkdown, roxygen2 (>= 5.0.0), shiny
        (>= 0.13.2), testthat
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-11-14 21:26:42 UTC; mark
Author: Mark Edmondson [aut, cre] (0000-0002-8434-3881),
  Jennifer Bryan [ctb],
  Johann deBoer [ctb],
  Neal Richardson [ctb]
Maintainer: Mark Edmondson <m@sunholo.com>
Repository: CRAN
Date/Publication: 2017-11-14 21:45:36 UTC
