Commit 458d12a
use litedown for rendering vignettes (#6583)
* add first steps
* add litedown R CMD check occasional
* remove knitr::opts_chunk
* set comment char
* add error option
* update comment char
* adjust print
* remove space
* fix namespace
* Update vignettes/datatable-benchmarking.Rmd
Co-authored-by: Yihui Xie <xie@yihui.name>
* use yihuis suggestions
* upd translation script and r -> {r} code blocks
* move knitr tests
* Enhances: knitr
Since we register a method for knitr::knit_print, keep it mentioned in
the DESCRIPTION.
* Register xfun::record_print method for data.table
As with knit_print, avoid printing x when !shouldPrint(x). Use the
overloaded method in the vignettes instead of relying on the
auto-printing detection in print.data.table.
* add nocov
* add nocov for knitr_print
* nocov range
* Add missing periods.
* Fix footnote
* Fix remaining `r ...` expressions
* update joins vignette
* set/unset threads
* sys.date
* add xfun to enhances
* add litedown mock
* fix translation links
* more translation links
* remove knitr in fread and fwrite vignette
* add NEWS
---------
Co-authored-by: Yihui Xie <xie@yihui.name>
Co-authored-by: Ricardo Villalba <rikivillalba@gmail.com>
Co-authored-by: Ivan K <krylov.r00t@gmail.com>
Co-authored-by: Michael Chirico <chiricom@google.com>
Co-authored-by: Christian Wia <w9204-gi@yahoo.com>1 parent 6f8bb9e commit 458d12a
File tree
41 files changed
+245
-373
lines changed- .dev
- .github/workflows
- R
- inst/tests
- tests
- vignettes
- fr
- ru
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+245
-373
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
118 | 121 | | |
119 | 122 | | |
120 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
70 | 76 | | |
71 | 77 | | |
72 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| 297 | + | |
297 | 298 | | |
298 | 299 | | |
299 | 300 | | |
300 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
185 | 188 | | |
186 | 189 | | |
187 | 190 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments