Package: adobeanalyticsr Type: Package Version: 0.5.1 Title: R Client for 'Adobe Analytics' API 2.0 Description: Connect to the 'Adobe Analytics' API v2.0 which powers 'Analysis Workspace'. The package was developed with the analyst in mind, and it will continue to be developed with the guiding principles of iterative, repeatable, timely analysis. Authors@R: c( person("Ben", "Woodard", email = "benrwoodard@gmail.com", role = c("aut", "cre")), person("Tim", "Wilson", email = "timwilson7@gmail.com", role = c("aut", "ctb")), person("Charles", "Gallagher", email = "charlesjgallagher15@gmail.com", role = c("ctb")), person("Mark", "Edmondson", role = "ctb") ) License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Depends: R (>= 4.1.0) Imports: assertthat (>= 0.2.0), jsonlite (>= 1.5), dplyr (>= 0.8.1), stringr (>= 1.4.0), purrr (>= 0.3.3), httr (>= 1.3.1), tidyr (>= 1.0.0), rlang (>= 0.4.8), lubridate (>= 1.7.9), ggplot2 (>= 3.3.2), scales (>= 1.1.1), R6, jose, openssl, lifecycle, glue, vctrs, progress, memoise, utils, httr2 Suggests: knitr, testthat (>= 3.0.0), rmarkdown RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) RdMacros: lifecycle VignetteBuilder: knitr BugReports: https://github.com/benrwoodard/adobeanalyticsr/issues URL: https://adobeanalyticsr.com Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://benrwoodard.r-universe.dev Date/Publication: 2026-02-22 19:52:14 UTC RemoteUrl: https://github.com/benrwoodard/adobeanalyticsr RemoteRef: HEAD RemoteSha: af719d7db9a747e221eca72276f0bfdd87f3321f NeedsCompilation: no Packaged: 2026-06-22 09:55:39 UTC; root Author: Ben Woodard [aut, cre], Tim Wilson [aut, ctb], Charles Gallagher [ctb], Mark Edmondson [ctb] Maintainer: Ben Woodard