Skip to content

Commit 80a7431

Browse files
committed
Update auditBayesianEstimation.R
1 parent fd5a374 commit 80a7431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/auditBayesianEstimation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ auditBayesianEstimation <- function(jaspResults, dataset, options, ...) {
199199
})
200200

201201
if (jaspBase:::isTryError(pTry)) {
202-
jf$setError(gettext("Plotting not possible: %1$s", jaspBase:::.extractErrorMessage(pTry)))
202+
jf$setError(gettextf("Plotting not possible: %1$s", jaspBase:::.extractErrorMessage(pTry)))
203203
return()
204204
}
205205

0 commit comments

Comments
 (0)