You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MichaelChirico has fixed the code fence two years ago, but if you download the source package from CRAN: https://cran.r-project.org/src/contrib/data.table_1.14.8.tar.gz you will find that the first two spaces on this line are actually a tab \t. I don't know what's going on. It will be great if the closing fence could match the opening fence strictly, as the mismatch will be disallowed in knitr in the near future: yihui/knitr#2306 Thanks!
The text was updated successfully, but these errors were encountered:
Re-posted from https://github.com/Rdatatable/data.table/pull/5182/files#r1380402289
I discovered a really weird thing on line 95 in
vignettes/datatable-reference-semantics.Rmd
:data.table/vignettes/datatable-reference-semantics.Rmd
Line 95 in 4c63390
@MichaelChirico has fixed the code fence two years ago, but if you download the source package from CRAN: https://cran.r-project.org/src/contrib/data.table_1.14.8.tar.gz you will find that the first two spaces on this line are actually a tab
\t
. I don't know what's going on. It will be great if the closing fence could match the opening fence strictly, as the mismatch will be disallowed in knitr in the near future: yihui/knitr#2306 Thanks!The text was updated successfully, but these errors were encountered: