From 118acc07cb0a32b2800d7b64ae333f6af709878b Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Sun, 18 Aug 2024 21:03:04 -0700 Subject: [PATCH] Mention issue tracker --- inst/tests/tests.Rraw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/tests/tests.Rraw b/inst/tests/tests.Rraw index 9a1e45465..fc36c67a9 100644 --- a/inst/tests/tests.Rraw +++ b/inst/tests/tests.Rraw @@ -18737,7 +18737,7 @@ if (!is.na(native_ano)) { # #6339: symbol must be represented in native encoding ## renaming also caught test(2266.3, key(DT[ , .(newid = id, newgrp = grp)]), c('newid', 'newgrp')) } else { - cat("Tests 2266* skipped. n-tilde cannot be represented in the native encoding on this system. Please report\n") + cat("Tests 2266* skipped. n-tilde cannot be represented in the native encoding on this system. Please report to the data.table issue tracker.\n") } # all.equal failed to dispatch to methods of columns, #4543