Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gronerik committed Aug 9, 2024
1 parent 67972f7 commit 873d05a
Show file tree
Hide file tree
Showing 67 changed files with 161 additions and 596 deletions.
17 changes: 9 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ Description: Interact with the Google Analytics
the Core Reporting API (v3 and v4), Management API, User Activity API
GA4's Data API and Admin API and Multi-Channel Funnel API.
Authors@R: c(person("Mark", "Edmondson", email = "[email protected]",
role = c("aut", "cre"),
role = c("aut"),
comment = c(ORCID = "0000-0002-8434-3881")),
person(given = "Artem", family = "Klevtsov",
email = "[email protected]", role = "ctb"),
person("Erik", "Grönroos", email = "[email protected]",
role = "cre"),
person(given = "Artem", family = "Klevtsov",
email = "[email protected]", role = "ctb"),
person("Johann", "deBoer", email = "[email protected]", role = "ctb"),
person("David", "Watkins", email = "[email protected]", role = "ctb"),
person("Olivia", "Brode-Roger", email = "[email protected]", role = "ctb"),
Expand All @@ -19,15 +21,16 @@ Authors@R: c(person("Mark", "Edmondson", email = "[email protected]",
person("Octavian", "Corlade", email = "[email protected]", role = "ctb"),
person("Maegan", "Whytock", email = "[email protected]", role = "ctb"),
person("Masaki", "Terashi", email = "[email protected]", role = "ctb"))
URL: https://code.markedmondson.me/googleAnalyticsR/
BugReports: https://github.com/MarkEdmondson1234/googleAnalyticsR/issues
URL: https://github.com/8-bit-sheep/googleAnalyticsR/
BugReports: https://github.com/8-bit-sheep/googleAnalyticsR/issues
Depends:
R (>= 3.3.0)
Imports:
assertthat (>= 0.2.0),
cli (>= 2.0.2),
dplyr (>= 0.8.0),
googleAuthR (>= 1.4.0),
gargle (>= 1.2.0),
httr (>= 1.3.1),
jsonlite (>= 1.5),
magrittr (>= 1.5),
Expand All @@ -43,10 +46,8 @@ Imports:
utils,
whisker
Suggests:
bigQueryR (>= 0.3.1),
covr,
formatR,
ganalytics,
googleCloudStorageR (>= 0.2.0),
htmlwidgets,
knitr,
Expand All @@ -57,7 +58,7 @@ Suggests:
testthat
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 7.2.1
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Roxygen: list(markdown = TRUE)
Expand Down
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export(ga_webproperty_list)
export(google_analytics)
export(google_analytics_3)
export(google_analytics_4)
export(google_analytics_bq)
export(make_cohort_group)
export(met_filter)
export(metricDimensionSelect)
Expand Down Expand Up @@ -154,6 +153,8 @@ importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,transmute)
importFrom(gargle,gargle_oauth_client_from_json)
importFrom(gargle,gargle_oob_default)
importFrom(googleAuthR,gar_api_generator)
importFrom(googleAuthR,gar_api_page)
importFrom(googleAuthR,gar_auth)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Migrate to new `gargle` OOB flow
* Add `ga_data()` quota messages on `potentiallyThresholdedRequestsPerHour` and `tokensPerProjectPerHour` (#424)
* Fix documentation for CRAN checks

# googleAnalyticsR 1.1.0

Expand Down
Loading

0 comments on commit 873d05a

Please sign in to comment.