We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Rdatatable/data.table#3149 is fixed in data.table 1.12.0 so checking the old behaviour will fail here when data.table 1.12.0 goes to CRAN : https://github.com/mllg/checkmate/blob/master/tests/testthat/test_checkDataTable.R#L66.
* checking tests ... ERROR Running ‘test-all.R’ Running the tests in ‘tests/test-all.R’ failed. Complete output: > library(testthat) > test_check("checkmate") Loading required package: checkmate ── 1. Failure: nrow for null data tables (@test_checkDataTable.R#66) ────────── rownames(DT) not equal to as.character(1:3). Lengths differ: 0 is not 3 ══ testthat results ═══════════════════════════════════════════════════════════ OK: 2917 SKIPPED: 1 FAILED: 1 1. Failure: nrow for null data tables (@test_checkDataTable.R#66) Error: testthat unit tests failed Execution halted
Please can you update either now or after data.table 1.12.0 is on CRAN is fine too. Thanks, Matt
The text was updated successfully, but these errors were encountered:
Whoops, these lines should not have been released. Fixed in master, and ready to release a new version to CRAN as soon as needed.
Sorry, something went wrong.
No branches or pull requests
Hi,
Rdatatable/data.table#3149 is fixed in data.table 1.12.0 so checking the old behaviour will fail here when data.table 1.12.0 goes to CRAN : https://github.com/mllg/checkmate/blob/master/tests/testthat/test_checkDataTable.R#L66.
Please can you update either now or after data.table 1.12.0 is on CRAN is fine too.
Thanks, Matt
The text was updated successfully, but these errors were encountered: