Commit cde7333
Add an illustrative example to ?GForce when sorting locale matters (#5342)
* improve documentation for GForce where sorting affects the result
* link issue
* tests
* typo
* mention Sys.setlocale
* obsolete comment
* 1.15.0 on CRAN. Bump to 1.15.99
* Fix transform slowness (#5493)
* Fix 5492 by limiting the costly deparse to `nlines=1`
* Implementing PR feedbacks
* Added inside
* Fix typo in name
* Idiomatic use of inside
* Separating the deparse line limit to a different PR
---------
Co-authored-by: Michael Chirico <[email protected]>
* Improvements to the introductory vignette (#5836)
* Added my improvements to the intro vignette
* Removed two lines I added extra as a mistake earlier
* Requested changes
* Vignette typo patch (#5402)
* fix typos and grammatical mistakes
* fix typos and punctuation
* remove double spaces where it wasn't necessary
* fix typos and adhere to British English spelling
* fix typos
* fix typos
* add missing closing bracket
* fix typos
* review fixes
* Update vignettes/datatable-benchmarking.Rmd
Co-authored-by: Michael Chirico <[email protected]>
* Update vignettes/datatable-benchmarking.Rmd
Co-authored-by: Michael Chirico <[email protected]>
* Apply suggestions from code review benchmarking
Co-authored-by: Michael Chirico <[email protected]>
* remove unnecessary [ ] from datatable-keys-fast-subset.Rmd
* Update vignettes/datatable-programming.Rmd
Co-authored-by: Michael Chirico <[email protected]>
* Update vignettes/datatable-reshape.Rmd
Co-authored-by: Michael Chirico <[email protected]>
* One last batch of fine-tuning
---------
Co-authored-by: Michael Chirico <[email protected]>
Co-authored-by: Michael Chirico <[email protected]>
* fix bad merge
* Improved handling of list columns with NULL entries (#4250)
* Updated documentation for rbindlist(fill=TRUE)
* Print NULL entries of list as NULL
* Added news item
* edit NEWS, use '[NULL]' not 'NULL'
* fix test
* split NEWS item
* add example
---------
Co-authored-by: Michael Chirico <[email protected]>
Co-authored-by: Michael Chirico <[email protected]>
Co-authored-by: Benjamin Schwendinger <[email protected]>
* clarify that list input->unnamed list output (#5383)
* clarify that list input->unnamed list output
* Add example where make.names is used
* mention role of make.names
* revert from next release branch
* manual merge NEWS
* manual rebase tests
* manual rebase data.table.R
* clarify 0 turns off everything
---------
Co-authored-by: Ofek <[email protected]>
Co-authored-by: Ani <[email protected]>
Co-authored-by: David Budzynski <[email protected]>
Co-authored-by: Scott Ritchie <[email protected]>
Co-authored-by: Benjamin Schwendinger <[email protected]>1 parent 64e2041 commit cde7333
File tree
4 files changed
+30
-4
lines changed- R
- inst/tests
- man
4 files changed
+30
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| 620 | + | |
| 621 | + | |
620 | 622 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1733 | 1733 | | |
1734 | 1734 | | |
1735 | 1735 | | |
1736 | | - | |
| 1736 | + | |
1737 | 1737 | | |
1738 | 1738 | | |
1739 | 1739 | | |
| |||
1818 | 1818 | | |
1819 | 1819 | | |
1820 | 1820 | | |
1821 | | - | |
1822 | | - | |
| 1821 | + | |
| 1822 | + | |
1823 | 1823 | | |
1824 | 1824 | | |
1825 | 1825 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14918 | 14918 | | |
14919 | 14919 | | |
14920 | 14920 | | |
14921 | | - | |
| 14921 | + | |
14922 | 14922 | | |
14923 | 14923 | | |
14924 | 14924 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
| 108 | + | |
| 109 | + | |
104 | 110 | | |
105 | 111 | | |
106 | 112 | | |
| |||
151 | 157 | | |
152 | 158 | | |
153 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
154 | 178 | | |
155 | 179 | | |
156 | 180 | | |
0 commit comments