nanxstats / liftr

🐳 Containerize R Markdown documents for continuous reproducibility
https://nanx.me/liftr/
GNU General Public License v3.0
170 stars 20 forks source link

make --no-cache configurable #18

Closed behrica closed 7 years ago

behrica commented 7 years ago

Currently the docker build command uses always '--no-cache'

This make the overall run time eventualy very slow, as on each run all R dependencies nned to be intalled.

I propose to make this configurable with a parametert to drender.

I'll send a PR.