Links to related projects and references
Project structure and reproducibility is talked about more in the R research community. Here are some projects and blog posts if you're working in R that may help you out.
- Project Template - An R data analysis template
- "Designing projects" on Nice R Code
- "My research workflow" on Carlboettiger.info
- "A Quick Guide to Organizing Computational Biology Projects" in PLOS Computational Biology
Finally, a huge thanks to the Cookiecutter project (github), which is helping us all spend less time thinking about and writing boilerplate and more time getting things done.
Inspirations & Acknowledgments 🙏
This project builds upon the excellent work of several established templates and projects, in some cases borrowing and adapting individual files:
- The original inspiration for this template
- Established many best practices for data science project organization
- Created by DrivenData, widely adopted in the data science community
cookiecutter-modern-datascience 🔬
💡 While this template draws inspiration from these excellent projects, it takes an opinionated approach to combining their best aspects while introducing modern tooling and development practices.