Package: gtakeout Title: Extract Data from Google Takeout Version: 0.1.0.9000 Authors@R: person("Jordi", "Rosell", , "jroselln@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-4349-1458")) Description: Provides functions to analyze data exported from 'Google Takeout'. The package supports unzipping archives and extracting user review data from Google Business Profile exports into tidy data frames for further analysis. License: MIT + file LICENSE Depends: R (>= 4.1) Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: dplyr, fs, here, jsonlite, purrr, rlang, stringr, zip URL: https://github.com/jrosell/gtakeout BugReports: https://github.com/jrosell/gtakeout/issues Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://jrosell.r-universe.dev Date/Publication: 2026-01-19 07:43:26 UTC RemoteUrl: https://github.com/jrosell/gtakeout RemoteRef: HEAD RemoteSha: 37dc685f8c4643a944fa9518a0262315510168c5 NeedsCompilation: no Packaged: 2026-07-18 06:22:32 UTC; root Author: Jordi Rosell [aut, cre, cph] (ORCID: ) Maintainer: Jordi Rosell