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 c9ebf7b commit 8158f2cCopy full SHA for 8158f2c
tests/reg-tests-1e.R
@@ -1470,12 +1470,13 @@ if(inherits(oL, "warning")) {
1470
(out <- tryCmsg(1 + "2"))
1471
if(attr(oL, "ok") && capabilities("NLS") && !is.na(.popath)
1472
&& !grepl("macOS", osVersion) # macOS fails currently
1473
- )
+ ) {
1474
stopifnot(is.character(print("checking 'out' : ")),
1475
grepl("^argument non num.rique pour un ", out))
1476
-## was *not* switched to French (when this was run via 'make ..')
1477
-## reset {just in case}:
1478
-Sys.setLanguage("en")
+ ## was *not* switched to French (when this was run via 'make ..')
+ ## reset {just in case}:
+ Sys.setLanguage("en")
1479
+}
1480
1481
1482
## print( ls.str() ) using '<missing>' also in non-English setup:
0 commit comments