Open mattdowle opened 10 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.
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<-
andcache.vars='DT'
) aren't needed.