Drake
2024-03-31
1 / 1
Reproducible Workflow
Drake: powerful tool for automatic reproducible workflow
Yang Liu
/
2019-09-15
drake is a powerful tool for automatic reproducible workflow. I found it a perfect match when used together with RMarkdown. There are great documentations online for drake thus here I only show a simple example working with RMarkdown. RMarkdown file could be very slow to generate if lots of calculations are involved. Any small revise makes you rerun everything. When we use drake we can do all the…