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

Residual of X[Y, .N] from #963 #1074

Closed
arunsrinivasan opened this issue Mar 9, 2015 · 0 comments
Closed

Residual of X[Y, .N] from #963 #1074

arunsrinivasan opened this issue Mar 9, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@arunsrinivasan
Copy link
Member

require(data.table) ## 1.9.5
X = data.table(x=c(1,1,1,2), y=1:4, key="x")
X[.(2:3), .N, nomatch=0L] # wrong result
# [1] 2
@arunsrinivasan arunsrinivasan added this to the v1.9.6 milestone Mar 9, 2015
@arunsrinivasan arunsrinivasan self-assigned this Mar 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant