Skip to content

Commit

Permalink
Ignorer tidy notasjon som gir lintr panikkangst.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthon committed Jan 10, 2025
1 parent b69c2ca commit 44beebf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/autoReport.R
Original file line number Diff line number Diff line change
Expand Up @@ -542,11 +542,13 @@ runAutoReport <- function(dayNumber = as.POSIXlt(Sys.Date())$yday + 1,
}
if (target == "db") {
reps <- reps %>%
# nolint start: object_usage_linter
dplyr::summarise(
email = list(unique(email)),
.by = c(owner, ownerName, package, organization, type, fun,
params, startDate, terminateDate, interval)
)
# nolint end
}

# standard text for email body
Expand Down

0 comments on commit 44beebf

Please sign in to comment.