From c964693a33da5c95aec152f0d2d90f1518b7cecd Mon Sep 17 00:00:00 2001 From: "Matthew B. Kaufmann" <57465744+mbkauf@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:55:36 -0500 Subject: [PATCH] bug fix in new print.icers --- R/icers.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/icers.R b/R/icers.R index 6b17142..152f645 100644 --- a/R/icers.R +++ b/R/icers.R @@ -411,7 +411,8 @@ print.icers <- function(x, currency = "$", dig_cost = 0, dig_eff = 2, - dig_icer = 0) { + dig_icer = 0, + ...) { # check if icers object if (!inherits(x, "icers")) { stop("x must be an object of class icers")