Skip to content
Prev 389272 / 398506 Next

Cacheing of functions from libraries other than the base in Rmarkdown

You should Google "r cache" yourself, but I have used memoise, R.cache, drake, and targets, and I rate targets as #1 and R.cache as #2.

If you try to retrieve old cache objects (more than a few weeks, say) you are likely to run into package/class changes that could cause the kind of issues you are having to crop up. Try to archive results in an interchange format like csv, parquet, or feather to future-proof your work as a separate task from caching.
On September 19, 2021 10:49:50 AM PDT, Chris Evans <chrishold at psyctc.org> wrote: