Skip to content

Commit

Permalink
Add .libPaths() to the test.data.table() diagnostic (#6250)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jul 13, 2024
1 parent e7e09d8 commit cbd6564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/test.data.table.R
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ test.data.table = function(script="tests.Rraw", verbose=FALSE, pkg=".", silent=F
", Sys.getlocale()=='", Sys.getlocale(), "'",
", l10n_info()=='", paste0(names(l10n_info()), "=", l10n_info(), collapse="; "), "'",
", getDTthreads()=='", paste(gsub("[ ][ ]+","==",gsub("^[ ]+","",capture.output(invisible(getDTthreads(verbose=TRUE))))), collapse="; "), "'",
", .libPaths()==", paste0("'", .libPaths(), "'", collapse = ","),
", ", .Call(Cdt_zlib_version),
"\n", sep="")

Expand Down

0 comments on commit cbd6564

Please sign in to comment.