We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b77de commit a080a61Copy full SHA for a080a61
R/qsys.r
@@ -73,7 +73,7 @@ QSys = R6::R6Class("QSys",
73
private$size_common = object.size(args)
74
common_mb = format(private$size_common, units="Mb")
75
if (common_mb > getOption("clustermq.data.warning", 1000))
76
- warning("Common data is ", common_mb, " Mb. Recommended limit ",
+ warning("Common data is ", common_mb, ". Recommended limit ",
77
"is ", getOption("clustermq.data.warning"),
78
" (set by clustermq.data.warning option)", immediate.=TRUE)
79
private$n_common = length(args$const) + length(args$export)
0 commit comments