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
Assignees
Labels
status: cran Work is accepted by CRAN status: develop Work is pushed to develop branch status: master Work is pushed to master branch type: enhancement Improvement on an existing feature
Milestone

Comments

@boxuancui
Copy link
Owner

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 boxuancui added the type: enhancement Improvement on an existing feature label Dec 9, 2016
boxuancui added a commit that referenced this issue Dec 12, 2016
@boxuancui boxuancui added the status: develop Work is pushed to develop branch label Dec 12, 2016
@boxuancui boxuancui modified the milestone: 0.4.0 Dec 12, 2016
@boxuancui boxuancui added status: develop Work is pushed to develop branch status: master Work is pushed to master branch status: cran Work is accepted by CRAN and removed status: develop Work is pushed to develop branch labels Jan 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: cran Work is accepted by CRAN status: develop Work is pushed to develop branch status: master Work is pushed to master branch type: enhancement Improvement on an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant