Building reproducible analytical pipelines with R

How using a few ideas from software engineering can help data scientists, analysts and researchers write reliable code

This book will not teach you about the R programming language, machine learning, statistics or visualisation. The goal is to teach you a set of tools, practices and project management techniques that should make your projects easier to reproduce, replicate and retrace. These tools and techniques can be used right from the start of your project at a minimal cost, such that once you’re done with the analysis, you’re also done with making the project reproducible. Your projects are going to be reproducible simply because they were engineered, from the start, to be reproducible.

Building on your knowledge of R, you will learn about several packages to build reproducible analytical pipelines: renv, targets, fusen but also about trunk-based development with Git and Github, and Docker.

You can read the online version for free here: https://raps-with-r.dev/.