Package: googlesheets4 Title: Access Google Sheets using the Sheets API V4 Version: 1.0.1 Authors@R: c( person("Jennifer", "Bryan", , "jenny@rstudio.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-6983-2759")), person("RStudio", role = c("cph", "fnd")) ) Description: Interact with Google Sheets through the Sheets API v4 . "API" is an acronym for "application programming interface"; the Sheets API allows users to interact with Google Sheets programmatically, instead of via a web browser. The "v4" refers to the fact that the Sheets API is currently at version 4. This package can read and write both the metadata and the cell data in a Sheet. License: MIT + file LICENSE URL: https://googlesheets4.tidyverse.org, https://github.com/tidyverse/googlesheets4 BugReports: https://github.com/tidyverse/googlesheets4/issues Depends: R (>= 3.4) Imports: cellranger, cli (>= 3.0.0), curl, gargle (>= 1.2.0), glue (>= 1.3.0), googledrive (>= 2.0.0), httr, ids, magrittr, methods, purrr, rematch2, rlang (>= 1.0.2), tibble (>= 2.1.1), utils, vctrs (>= 0.2.3) Suggests: covr, readr, rmarkdown, sodium, spelling, testthat (>= 3.1.3), withr ByteCompile: true Config/Needs/website: tidyverse, tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US RoxygenNote: 7.2.1 NeedsCompilation: no Packaged: 2022-08-13 19:49:54 UTC; jenny Author: Jennifer Bryan [cre, aut] (), RStudio [cph, fnd] Maintainer: Jennifer Bryan Repository: CRAN Date/Publication: 2022-08-13 20:10:02 UTC Built: R 4.1.3; ; 2022-09-20 13:58:17 UTC; unix