From 78f2a761b34b2df464006a972722a432ec6e0d8a Mon Sep 17 00:00:00 2001 From: Kasper Schou Telkamp Date: Mon, 30 Oct 2023 12:56:09 +0100 Subject: [PATCH] Used styler on the package --- R/summary.R | 1 - tests/testthat/test-summary.R | 1 - 2 files changed, 2 deletions(-) diff --git a/R/summary.R b/R/summary.R index a9aa59b..2f31741 100644 --- a/R/summary.R +++ b/R/summary.R @@ -82,5 +82,4 @@ summary.aedseo <- function(object, ...) { # Print the summary message cat(summary_message) - } diff --git a/tests/testthat/test-summary.R b/tests/testthat/test-summary.R index 2072092..aa43e54 100644 --- a/tests/testthat/test-summary.R +++ b/tests/testthat/test-summary.R @@ -1,5 +1,4 @@ test_that("Summary prints without errors", { - # Set start and end dates from_date <- as.Date("2021-01-01") to_date <- as.Date("2021-01-31")