Package: googledrive
Title: An Interface to Google Drive
Version: 0.1.3
Authors@R: c(
    person("Lucy", "D'Agostino McGowan", email = "ld.mcgowan@vanderbilt.edu",
      role = c("aut")),
    person("Jennifer", "Bryan", email = "jenny@rstudio.com",
      role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6983-2759")),
    person("RStudio", role = c("cph", "fnd"))          
    )
Description: Manage Google Drive files from R. 
License: MIT + file LICENSE
URL: https://googledrive.tidyverse.org,
        https://github.com/tidyverse/googledrive
BugReports: https://github.com/tidyverse/googledrive/issues
Depends: R (>= 3.1.0)
Imports: curl (>= 2.8.1), glue (>= 1.2.0), httr, jsonlite, purrr (>=
        0.2.3), rlang, tibble (>= 1.3.1), utils, uuid
Suggests: covr, dplyr, knitr, pingr, rmarkdown, rprojroot, testthat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-01-24 21:07:08 UTC; jenny
Author: Lucy D'Agostino McGowan [aut],
  Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>),
  RStudio [cph, fnd]
Maintainer: Jennifer Bryan <jenny@rstudio.com>
Repository: CRAN
Date/Publication: 2019-01-24 21:40:04 UTC
