https://github.com/aaronpeikert/cache
https://github.com/aaronpeikert/cache
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronpeikert/cache
- Owner: aaronpeikert
- Created: 2020-06-03T10:57:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T10:57:43.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T06:48:22.279Z (4 months ago)
- Language: HTML
- Size: 278 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is a minimal(ish) example of how to cache with knitr and make
This example supports a workflow that mixes the knitr cache feature (which is great) and the make dependency management (which is even better).
Nevertheless, I recommend using make, because I always regret using knitr cache. Perhaps I never had the right problems:> There are only two hard things in Computer Science: cache invalidation and naming things.
--- Phil Karlton