Skip to content
New issue

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

test.data.table withouth xts installed #1402

Closed
jangorecki opened this issue Oct 21, 2015 · 1 comment
Closed

test.data.table withouth xts installed #1402

jangorecki opened this issue Oct 21, 2015 · 1 comment
Assignees
Milestone

Comments

@jangorecki
Copy link
Member

To reproduce you should have latest 1.9.7 and xts installed.

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.

@arunsrinivasan arunsrinivasan added this to the v1.9.8 milestone Oct 21, 2015
@arunsrinivasan arunsrinivasan self-assigned this Oct 21, 2015
@arunsrinivasan
Copy link
Member

Thanks Jan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants