We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37c4fec + d3b07bc commit a8dbaefCopy full SHA for a8dbaef
1 file changed
tests/testthat/test-GRP.R
@@ -232,6 +232,7 @@ test_that("GRP <> factor conversions run seamlessly", {
232
# could also do qG to GRP, but qG is same as factor.. and is a programmers function anyway..
233
234
test_that("qF and qG work as intended", {
235
+ withr::local_locale(c(LC_COLLATE = "C"))
236
237
af <- lapply(wlddev2, function(x) as.factor(x))
238
expect_equal(af[!fact_vars(wlddev2, "logical")], lapply(gv(wlddev2, !fact_vars(wlddev2, "logical")), function(x) unlab(qF(x, method = "radix"))))
0 commit comments