-
Notifications
You must be signed in to change notification settings - Fork 991
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
names(.SD) should work #4163
Merged
Merged
names(.SD) should work #4163
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
316c42b
Update data.table.R
ColeMiller1 e9ae7d3
Update tests.Rraw
ColeMiller1 17e80c4
Update data.table.R
ColeMiller1 d1c7a99
Update tests.Rraw
ColeMiller1 9d26aa7
Update datatable-reference-semantics.Rmd
ColeMiller1 54f35f6
Update assign.Rd
ColeMiller1 3c68d6e
Update NEWS.md
ColeMiller1 a009df0
Update NEWS.md
ColeMiller1 7bd494d
Merge branch 'master' into names_SD
ColeMiller1 18ccd2f
Update data.table.R
ColeMiller1 15e95f8
Update tests.Rraw
ColeMiller1 112f81d
Update tests.Rraw
ColeMiller1 2c39630
Update data.table.R
ColeMiller1 fcb270a
Update tests.Rraw
ColeMiller1 21d3a93
replace iris with raw dataset
ColeMiller1 10b36db
Update tests.Rraw
ColeMiller1 7993419
update replace_names_sd and made .SD := not work
ColeMiller1 269967e
change .SD to names(.SD)
ColeMiller1 76b5e64
update typo; change .SD to names(.SD)
ColeMiller1 ed879f6
update to names(.SD)
ColeMiller1 1fbd631
include names(.SD) and fx to .SD usage
ColeMiller1 8df7af5
Updates news to names(.SD)
ColeMiller1 8c2d273
Update typo.
ColeMiller1 7267766
tweak NEWS
MichaelChirico 197cb54
minor grammar
MichaelChirico 8d7f232
jans comment
MichaelChirico 29cc659
jan's comment (ii)
MichaelChirico f7adef8
added "footnote"
MichaelChirico 9469e4e
Add is.name(e[[2L]])
ColeMiller1 3ba5518
Put tests above Add new tests here
ColeMiller1 8e1c109
added test to test names(.SD(2))
ColeMiller1 2ef29e7
Merge branch 'master' into names_SD
ColeMiller1 c389b3c
include .SDcols in example for assign
ColeMiller1 2c3fb51
included .SDcols = function example
ColeMiller1 a2b568b
Merge branch 'master' into names_SD
ColeMiller1 82b7cfd
Merge branch 'master' into names_SD
ColeMiller1 f5ab271
test 2138 is greater than 2137
ColeMiller1 3be7e22
Merge branch 'master' into names_SD
MichaelChirico 9d816d7
Merge branch 'master' into names_SD
MichaelChirico be720a3
bad merge
MichaelChirico 7b0f8f1
Make updates per Michael's comments.
ColeMiller1 3635c3d
Added test where .SD is used as well as some columns not in .SD.
ColeMiller1 5fec7bc
Mention count of reactions in issue
MichaelChirico 7ae1ea3
small copy-edit
MichaelChirico 2cb48ea
more specific
MichaelChirico 5a587e7
specify LHS/RHS
MichaelChirico 212a774
Simplify implementation to probe for names(.SD) and new test
ColeMiller1 b91dab5
fine-tune comment
MichaelChirico 8fe60ee
Merge branch 'master' into names_SD
MichaelChirico File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something I can imagine will happen soon is a user trying:
Does that work already? If so, please add a test. If not, no need to handle it until it's requested later unless you see an easy fix.