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
options(warn=2) test.data.table()
Would result in multiple failures. Also:
options(digits=17) test.data.table()
Probably best to add to oldOptions in test.data.table:
oldOptions
test.data.table
... warn = 1, digits = 7
# Output of sessionInfo() R 4.0.5, data.table 1.14.3
#
Output of sessionInfo()
The text was updated successfully, but these errors were encountered:
Similar to #4936 and #4633
Sorry, something went wrong.
Fix Rdatatable#5285 - make tests more robust to options
0bbc579
Successfully merging a pull request may close this issue.
Would result in multiple failures. Also:
Probably best to add to
oldOptions
intest.data.table
:#
Output of sessionInfo()
R 4.0.5, data.table 1.14.3
The text was updated successfully, but these errors were encountered: