Skip to content

Commit

Permalink
fix tidyeval warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Mar 15, 2024
1 parent b05f33d commit 771e0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/target_market_share.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ target_market_share <- function(data,
abcd <- dplyr::summarize(
abcd,
production = sum(.data[["production"]]),
.by = -.data[["production"]]
.by = -"production"
)

data <- aggregate_by_name_abcd(data)
Expand Down

0 comments on commit 771e0e1

Please sign in to comment.