Rdatatable / data.table

R's data.table package extends data.frame:
http://r-datatable.com
Mozilla Public License 2.0
3.55k stars 970 forks source link

Revisit knitr caching of := #904

Open mattdowle opened 9 years ago

mattdowle commented 9 years ago

http://stackoverflow.com/questions/15298359/why-does-knitr-caching-fail-for-data-table

As per the comments and suggestions, there's probably a way to send the "assign" signal to knitr automatically so that those workarounds (DT<- and cache.vars='DT') aren't needed.

daynefiler commented 2 years ago

Here for a little nudge on this issue. I think the fix from Yihui certainly makes this less relevant. And it would also be great not to have to add cache.vars='DT' to every code chunk using data.table assign syntax. Would also certainly help newer users, or those of us who stepped away for a time and forgot about the caching issue.