Skip to content

Commit

Permalink
remove deprecation warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Apr 1, 2017
1 parent 901cbe4 commit 6dc300b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
* Added auto-authentication if you specify environment var `GA_AUTH_FILE`
* Add Remarketing Audience functions - `ga_remarketing_get` and `ga_remarketing_list`
* Add `aggregateGAData` which will aggregate over GA dimensions
* Use `aggregateGAData` to solve issue with anti_sampling repeating rows (#49)

* Add `antiSampleWorked` TRUE/FALSE attribute to tables when anti-sampling attempted
* Add a `slow_fetch` flag to `google_analytics_4` that will avoid batching for big complicated fetchess
* Add a `slow_fetch` flag to `google_analytics_4` that will avoid batching for big complicated fetches
* Add `ga_users_list` for listing users on account, webProperty or View level
* Documentation updates
* Set default Google Project API permissions to:
Expand All @@ -22,6 +22,7 @@

## Fixed

* Use `aggregateGAData` to solve issue with anti_sampling repeating rows (#49)
* Fix bug with anti-sample when periods included 0-row data (#42)
* Fix `google_analytics_account_list()` parsing bug if only one view available (#52, #41)
* Fix segments not being able to be used in Cohort reports (#63)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_ga4.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ context("Accounts")

test_that("Get the account summary list", {
skip_on_cran()
al <- google_analytics_account_list()
al <- ga_account_list()
expect_s3_class(al, "data.frame")

})
Expand Down

0 comments on commit 6dc300b

Please sign in to comment.