From 44beebfde3a7ab175df7a54051732f2682e8ba17 Mon Sep 17 00:00:00 2001 From: kevinthon Date: Fri, 10 Jan 2025 15:45:08 +0100 Subject: [PATCH] Ignorer tidy notasjon som gir lintr panikkangst. --- R/autoReport.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R/autoReport.R b/R/autoReport.R index c335f287..3174456d 100644 --- a/R/autoReport.R +++ b/R/autoReport.R @@ -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