From 24d5573ccdd89b27d8acd0ddfe91bc21790c3272 Mon Sep 17 00:00:00 2001 From: Shun Wang Date: Fri, 27 Oct 2023 11:54:21 +0800 Subject: [PATCH] replaced gettext(%) by gettextf(%%) --- R/msaGaugeRR.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/msaGaugeRR.R b/R/msaGaugeRR.R index 37d4e9ed..ea3f0537 100644 --- a/R/msaGaugeRR.R +++ b/R/msaGaugeRR.R @@ -236,7 +236,7 @@ msaGaugeRR <- function(jaspResults, dataset, options, ...) { RRtable2$addColumnInfo(name = "source", title = gettext("Source"), type = "string") RRtable2$addColumnInfo(name = "SD", title = gettext("Std. Deviation"), type = "number") RRtable2$addColumnInfo(name = "studyVar", title = gettextf("Study Variation"), type = "number") - RRtable2$addColumnInfo(name = "percentStudyVar", title = gettext("% Study Variation"), type = "integer") + RRtable2$addColumnInfo(name = "percentStudyVar", title = gettextf("%% Study Variation"), type = "integer") if(options[["tolerance"]]) RRtable2$addColumnInfo(name = "percentTolerance", title = gettextf("%% Tolerance"), type = "integer")