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

Bug in options(datatable.WhenJisSymbolThenCallingScope = T) #1952

Closed
my-R-help opened this issue Dec 5, 2016 · 1 comment
Closed

Bug in options(datatable.WhenJisSymbolThenCallingScope = T) #1952

my-R-help opened this issue Dec 5, 2016 · 1 comment
Labels
Milestone

Comments

@my-R-help
Copy link

When setting options(datatable.WhenJisSymbolThenCallingScope = T), it fails to protect special symbols in j. For example:

options(datatable.WhenJisSymbolThenCallingScope = T)
DT <- data.table(a = c(1, 1, 2))
DT[, .N, by = a]

This gives a Null data.table (0 rows and 0 cols), while it should in fact produce the group counts.

@jangorecki jangorecki added the bug label Dec 5, 2016
@jangorecki jangorecki added this to the v1.10.2 milestone Dec 5, 2016
@mattdowle
Copy link
Member

Ah yes. Thank you. Will fix.

@mattdowle mattdowle modified the milestones: Candidate, v1.10.2 Jan 31, 2017
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

3 participants