Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add numeric rounding value initialisation in test.data.table() (#6103)
* Add setNumericRounding(0) initialisation Add setNumericRounding(0) initialisation and restore user's value on exit. * Add test file for testing test.data.table() Add test file for testing setNumericRounding(0) initialisation in test.data.table(). * Add test for numeric rounding initialisation in test.data.table() * Add item for numeric rounding initialisation in test.data.table() * Remove trailing whitespace on two lines * Remove new test Remove new test as requested by @MichaelChirico, to avoid nesting a test of test.data.table() in a script run by test.data.table(). * Delete inst/tests/issue_6082_tests.Rraw Delete inst/tests/issue_6082_tests.Rraw because the test that used it was removed. * Update NEWS.md Move test.data.table() numeric rounding initialisation item from Bug Fixes to Notes as requested by @MichaelChirico.
- Loading branch information