Commit bfa049c
Row Name Extraction for data.table() with keep.rownames (#7136)
* Added logic to �s.data.table.list() to preserve names from vectors
* remove trail whit space
* add coverage tests
* replace X and Y
* result test
* tests
* corrected test output
* use as.data.table in tests
* use isFalse
* add classed error conditions
* ws style
* rm redundant condition
* missed ws change
* invalid_input in place of invalid_type
* right place invalid_input
* typo and unsortable in place of unsupported
* specify join type
* merge our loop which checks for vector rowname extraction in below
* added logic for handling data.frame
* add tests
* add tests
* merger master
* remove duplicate
* remove list from as.data.table
* added vignettes
* rm ws
* try to simplify
* fix tests
* restore
* try and handle "inner" row names from matrix case
* rm vestigial
* fix
* simplify tests
* remove any(nzchar(nm))
* remove test condition about any(nzchar(nm))
* update test number
* update description , news.md and add tests
* remove unwanted changes
---------
Co-authored-by: Michael Chirico <[email protected]>
Co-authored-by: Michael Chirico <[email protected]>1 parent ed2df98 commit bfa049c
File tree
4 files changed
+52
-1
lines changed- R
- inst/tests
- man
4 files changed
+52
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
139 | 144 | | |
140 | 145 | | |
141 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
142 | 159 | | |
143 | 160 | | |
144 | 161 | | |
| |||
203 | 220 | | |
204 | 221 | | |
205 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
206 | 235 | | |
207 | 236 | | |
208 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21406 | 21406 | | |
21407 | 21407 | | |
21408 | 21408 | | |
| 21409 | + | |
| 21410 | + | |
| 21411 | + | |
| 21412 | + | |
| 21413 | + | |
| 21414 | + | |
| 21415 | + | |
| 21416 | + | |
| 21417 | + | |
| 21418 | + | |
| 21419 | + | |
| 21420 | + | |
| 21421 | + | |
| 21422 | + | |
| 21423 | + | |
| 21424 | + | |
| 21425 | + | |
| 21426 | + | |
| 21427 | + | |
| 21428 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments