Skip to content

Commit

Permalink
rhub note fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Feb 15, 2018
1 parent 2cc1cd5 commit 9e88310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Imports:
httr (>= 1.3.1),
magrittr (>= 1.5),
memoise,
progress,
purrr (>= 0.2.2),
rlang (>= 0.1.0),
tidyr (>= 0.6.3),
Expand Down
2 changes: 1 addition & 1 deletion R/remarketingAudiences.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ga_remarketing_estimate <- function(remarketingAudience){
defs <- remarketingAudience$audienceDefinition$includeConditions

yesterday <- Sys.Date() - 1
users <- google_analytics(
google_analytics_3(
remarketingAudience$linkedViews,
start = yesterday - defs$daysToLookBack, end = yesterday,
metrics = "users",
Expand Down

0 comments on commit 9e88310

Please sign in to comment.