In a vein similar to this question : I am writing a package and using knitr to write several documents in inst/doc/ . Since I use github to host my repo (and I intend to point people to this repo to get the package), I wonder if I should be the version that controls my caches of different documents.
I ask this question because it is not clear when the cache falls into the guidelines provided by this other question (which addresses when certain types of files should and should not be in the .gitignore repo).
Can anyone shed some light on how package handlers using knitr and git process their caches?
source share