Skip to content

Commit fd41733

Browse files
add capabilities, why not
1 parent 2eeb415 commit fd41733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/test.data.table.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ test.data.table = function(script="tests.Rraw", verbose=FALSE, pkg=".", silent=F
228228
cat("\n", date(), # so we can tell exactly when these tests ran on CRAN to double-check the result is up to date
229229
" endian==", .Platform$endian,
230230
", sizeof(long double)==", format(.Machine$sizeof.longdouble),
231+
", capabilities('long.double')==", capabilities('long.double'), # almost certainly overkill, but that's OK; see #6154
231232
", longdouble.digits==", format(.Machine$longdouble.digits), # 64 normally, 53 for example under valgrind where some high accuracy tests need turning off, #4639
232233
", sizeof(pointer)==", .Machine$sizeof.pointer,
233234
", TZ==", if (is.na(tz)) "unset" else paste0("'",tz,"'"),

0 commit comments

Comments
 (0)