From 3621a97f206395bc5f80192bd92523f5bc6f0be6 Mon Sep 17 00:00:00 2001 From: Jari Oksanen Date: Tue, 5 Nov 2024 12:19:35 +0200 Subject: [PATCH] wascores: print should use invisible(x) --- R/wascores.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/wascores.R b/R/wascores.R index 016f0a4a5..cd237c720 100644 --- a/R/wascores.R +++ b/R/wascores.R @@ -56,6 +56,7 @@ cat("\nUse scores() to see stdev (or derived statistics) and N2\n\n") } } + invisible(x) } `scores.wascores` <-