Reproducible Data Science with Nix

How the Nix package manager ensures multiple levels of reproducibility with {rix}, {rixpress}, and the new T language

Ensuring reproducibility in data science workflows is paramount to the life sciences industry and beyond. A common workflow when using R or other languages such as Python is to manage package versions in a particular project with tools such as {renv} and rv, the focus of the Package Management in R session. But reproducibility in a data science environment goes beyond the R packages. Other important considerations include the system-level dependencies those packages depend on, which presents additional challenges. In this edition of the R/Pharma Hangout sessions, Bruno Rodrigues (head of the statistics department at the Ministry of Research and Higher Education in Luxembourg) joins us to showcase how the Nix package manager enables powerful capabilities to ensure reproducible environments in many levels, with a focus on the {rix}, {rixpress} and the brand-new T language.
Published

May 19, 2026

Resources mentioned in the Hangout

Additional Examples

Visit the repositories below to see two additional showcases of Nix for reproducible data science:

  • rinpharma/demo_rix: Using {rix} to manage R dependencies for Pharmaverse example R scripts.
  • rinpharma/demo_t_workflow: Using the T language to run a clinical simulation pipeline originally created with the {targets} package.