Hi, it looks like in workflow runs on this repo and my own which use this action, the installation of R and required dependencies are not properly cached. It appears the underlying setup-r action is supposed to automatically cache, but on each run, R and all dependencies are re-downloaded. This is a pretty huge overhead for what is otherwise a simple check. Is there any chance that this cache behavior could be improved?
Hi, it looks like in workflow runs on this repo and my own which use this action, the installation of R and required dependencies are not properly cached. It appears the underlying
setup-raction is supposed to automatically cache, but on each run, R and all dependencies are re-downloaded. This is a pretty huge overhead for what is otherwise a simple check. Is there any chance that this cache behavior could be improved?