Package: googleAuthR
Type: Package
Version: 0.5.0
Title: Easy Authentication with Google OAuth2 API
Description: Create R functions that interact with OAuth2 Google APIs easily,
    with auto-refresh and Shiny compatibility.
Authors@R: c(person("Mark", "Edmondson",email = "m@sunholo.com",
                  role = c("aut", "cre")),
           person("Jennifer", "Bryan",email="jenny@stat.ubc.ca", role = "ctb"),
           person("Johann", "deBoer", email="johanndeboer@gmail.com", role = "ctb"))
URL: http://code.markedmondson.me/googleAuthR/
BugReports: https://github.com/MarkEdmondson1234/googleAuthR/issues
Depends: R (>= 3.2.0)
Imports: devtools (>= 1.12.0), httr (>= 1.1.0), jsonlite (>= 0.9.16),
        R6 (>= 2.1.0), shiny (>= 0.13.2), testthat (>= 1.0.2), formatR
        (>= 1.4), miniUI (>= 0.1.1)
Suggests: roxygen2 (>= 5.0.0), covr, rmarkdown, knitr
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-03-02 13:40:57 UTC; mark
Author: Mark Edmondson [aut, cre],
  Jennifer Bryan [ctb],
  Johann deBoer [ctb]
Maintainer: Mark Edmondson <m@sunholo.com>
Repository: CRAN
Date/Publication: 2017-03-02 16:14:18
