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
To reproduce you should have latest 1.9.7 and xts installed.
xts
library(data.table) test.data.table() # test will pass remove.packages("xts")
restart session, try again:
library(data.table) test.data.table() # now there is one test failed
Running test id 842 Test 842 ran without errors but failed check that x equals y: > x = last(list("a", 1:2, 89)) [[1]] [1] 89 > y = 89 [1] 89
That issue expose a gap in CI process, would be great to have two workflow, one for just data.table, another for data.table with all suggests.
The text was updated successfully, but these errors were encountered:
093da46
Thanks Jan.
Sorry, something went wrong.
arunsrinivasan
No branches or pull requests
To reproduce you should have latest 1.9.7 and
xts
installed.restart session, try again:
That issue expose a gap in CI process, would be great to have two workflow, one for just data.table, another for data.table with all suggests.
The text was updated successfully, but these errors were encountered: