Package: googlesheets4
Title: Temporary package to work on major refactor of googlesheets
Version: 0.0.0.9000
Authors@R: c(
  person("Jennifer", "Bryan", ,"jenny@rstudio.com", role = c("aut", "cre")),
  person("RStudio", role = c("cph", "fnd"))
  )
Description: Temporary package to work on major refactor of googlesheets.
  Temporary package to work on major refactor of googlesheets.
Depends: R (>= 3.3.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
URL: https://tidyverse.github.io/googlesheets2/, https://github.com/tidyverse/googlesheets2
BugReports: https://github.com/tidyverse/googlesheets2/issues
Suggests: covr,
    knitr,
    rprojroot,
    rmarkdown,
    testthat,
    withr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Imports: glue,
    httr,
    jsonlite,
    purrr (>= 0.2.2.1),
    tibble,
    xml2
Remotes: tidyverse/purrr
