MichaelChirico commented on code in PR #43634: URL: https://github.com/apache/arrow/pull/43634#discussion_r1713293590
########## r/tests/testthat/test-extra-package-roundtrip.R: ########## @@ -65,6 +65,9 @@ test_that("readr read csvs roundtrip", { test_that("data.table objects roundtrip", { load_or_skip("data.table") + # https://rdatatable.gitlab.io/data.table/articles/datatable-importing.html#testing-using-testthat + .datatable.aware=TRUE Review Comment: This works, but note the linked advice is for this to show up in R/, not here in tests/ The advice you're following is here: https://github.com/Rdatatable/data.table/blob/83fd2c05ce2d8555ceb8ba417833956b1b574f7e/R/cedta.R#L25-L27 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org