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

Update := and with=FALSE usage #36

Closed
boxuancui opened this issue Dec 9, 2016 · 0 comments
Closed

Update := and with=FALSE usage #36

boxuancui opened this issue Dec 9, 2016 · 0 comments

Comments

@boxuancui
Copy link
Owner

@boxuancui boxuancui commented Dec 9, 2016

Warning message from data.table:

Warning message:
In [.data.table(data, , :=(ind, NULL), with = FALSE) :
with=FALSE together with := was deprecated in v1.9.4 released Oct 2014. Please wrap the LHS of := with parentheses; e.g., DT[,(myVar):=sum(b),by=a] to assign to column name(s) held in variable myVar. See ?':=' for other examples. As warned in 2014, this is now a warning.

@boxuancui boxuancui self-assigned this Dec 9, 2016
boxuancui added a commit that referenced this issue Dec 12, 2016
@boxuancui boxuancui closed this Dec 12, 2016
@boxuancui boxuancui modified the milestone: 0.4.0 Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.