-
Notifications
You must be signed in to change notification settings - Fork 1k
Row Name Extraction for data.table() with keep.rownames #7136
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
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
7539668
Added logic to s.data.table.list() to preserve names from vectors
Mukulyadav2004 3cfc61b
remove trail whit space
Mukulyadav2004 7d1e543
add coverage tests
Mukulyadav2004 11485c9
replace X and Y
Mukulyadav2004 4088852
result test
Mukulyadav2004 c143dab
tests
Mukulyadav2004 6775ce1
corrected test output
Mukulyadav2004 b825415
use as.data.table in tests
Mukulyadav2004 9d6f99a
use isFalse
Mukulyadav2004 68cc421
add classed error conditions
Mukulyadav2004 11acfe6
ws style
MichaelChirico 26160e2
rm redundant condition
MichaelChirico 92f281f
missed ws change
MichaelChirico 7041d8d
invalid_input in place of invalid_type
Mukulyadav2004 0a583fa
right place invalid_input
Mukulyadav2004 42d63ad
typo and unsortable in place of unsupported
Mukulyadav2004 0602e72
specify join type
Mukulyadav2004 b6cc6ac
merge our loop which checks for vector rowname extraction in below
Mukulyadav2004 3454fcf
added logic for handling data.frame
Mukulyadav2004 f3e5a0e
add tests
Mukulyadav2004 a90fe47
add tests
Mukulyadav2004 babc657
merger master
Mukulyadav2004 aea5676
Merge branch 'master' of https://github.com/Rdatatable/data.table int…
Mukulyadav2004 4443f3c
resolve merge
Mukulyadav2004 9710d43
remove duplicate
Mukulyadav2004 7fe757d
remove list from as.data.table
Mukulyadav2004 555fcc7
added vignettes
Mukulyadav2004 cc12e82
Merge branch 'issue#5913' of https://github.com/Rdatatable/data.table…
Mukulyadav2004 1bb1e46
rm ws
MichaelChirico 8956d2e
try to simplify
MichaelChirico ed472a2
fix tests
MichaelChirico eb50409
restore
MichaelChirico 7a79a18
try and handle "inner" row names from matrix case
MichaelChirico bdc6b99
rm vestigial
MichaelChirico b9d879e
fix
MichaelChirico 13ed346
simplify tests
MichaelChirico 02b9ac8
Merge branch 'issue#5913' of https://github.com/Rdatatable/data.table…
Mukulyadav2004 4098c0c
Merge branch 'issue_1916' of https://github.com/Rdatatable/data.table…
Mukulyadav2004 311f145
remove any(nzchar(nm))
Mukulyadav2004 5114871
remove test condition about any(nzchar(nm))
Mukulyadav2004 d42f1b3
update test number
Mukulyadav2004 118d6e1
Merge branch 'issue_1916' of https://github.com/Rdatatable/data.table…
Mukulyadav2004 3a8f73e
update description , news.md and add tests
Mukulyadav2004 6dbc414
remove unwanted changes
Mukulyadav2004 89e9ef4
Merge branch 'master' into issue_1916
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
rather than remove the rest with all-empty names, let's test the expected behavior in that case as well.
Please also add a test of list(M) for empty-rowname'd matrix input