Package: rix 0.17.0

Bruno Rodrigues

rix: Reproducible Data Science Environments with 'Nix'

Simplifies the creation of reproducible data science environments using the 'Nix' package manager, as described in Dolstra (2006) <ISBN 90-393-4130-3>. The included `rix()` function generates a complete description of the environment as a `default.nix` file, which can then be built using 'Nix'. This results in project specific software environments with pinned versions of R, packages, linked system dependencies, and other tools or programming languages such as Python or Julia. Additional helpers make it easy to run R code in 'Nix' software environments for testing and production.

Authors:Bruno Rodrigues [aut, cre], Philipp Baumann [aut], David Watkins [rev], Jacob Wujiciak-Jens [rev], Richard J. Acton [ctb], Jordi Rosell [ctb], Elio Campitelli [ctb], László Kupcsik [ctb], Michael Heming [ctb]

rix_0.17.0.tar.gz
rix_0.17.0.zip(r-4.6)rix_0.17.0.zip(r-4.5)rix_0.17.0.zip(r-4.4)
rix_0.17.0.tgz(r-4.5-any)rix_0.17.0.tgz(r-4.4-any)
rix_0.17.0.tar.gz(r-4.6-any)rix_0.17.0.tar.gz(r-4.5-any)
rix_0.17.0.tgz(r-4.5-emscripten)rix_0.17.0.tgz(r-4.4-emscripten)
rix.pdf |rix.html
rix/json (API)
NEWS

# Install 'rix' in R:
install.packages('rix', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org'))

Reviews:rOpenSci Software Review #625

Bug tracker:https://github.com/ropensci/rix/issues

Pkgdown site:https://docs.ropensci.org

On CRAN:

Conda:

nixpeer-reviewedreproducibilityreproducible-research

11.01 score 290 stars 154 scripts 277 downloads 12 exports 4 dependencies

Last updated 2 days ago from:ac810bfa36 (on main). Checks:11 OK. Indexed: yes.

TargetResultTotal time
linux-devel-x86_64OK138
pkgdown docsOK210
source / vignettesOK149
linux-release-x86_64OK180
macos-release-arm64OK66
macos-oldrel-arm64OK84
windows-develOK125
windows-releaseOK110
windows-oldrelOK124
wasm-releaseOK106
wasm-oldrelOK116

Exports:available_datesavailable_dfavailable_rga_cachixmake_launchernix_buildrenv2nixrixrix_initsetup_cachixtar_nix_gawith_nix

Dependencies:codetoolscurljsonlitesys

a - Getting started

Rendered froma-getting-started.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-02-11
Started: 2024-01-24

b1 - Setting up and using Nix and rix on Linux and Windows

Rendered fromb1-setting-up-and-using-rix-on-linux-and-windows.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-05-08
Started: 2024-01-24

b2 - Setting up and using Nix and rix on macOS

Rendered fromb2-setting-up-and-using-rix-on-macos.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-05-08
Started: 2024-01-24

c - Using rix to build project specific environments

Rendered fromc-using-rix-to-build-project-specific-environments.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-02-11
Started: 2024-01-24

d1 - Installing R and Python packages in a Nix environment

Rendered fromd1-installing-r-packages-in-a-nix-environment.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-05-21
Started: 2024-01-24

d2 - Installing system tools and TexLive packages in a Nix environment

Rendered fromd2-installing-system-tools-and-texlive-packages-in-a-nix-environment.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-02-11
Started: 2024-01-24

e - Using an IDE with Nix shells

Rendered frome-configuring-ide.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-06-10
Started: 2025-02-11

f - Converting renv projects to Nix projects

Rendered fromf-renv2nix.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-01-09
Started: 2024-11-25

z - Advanced topic: Building an environment for literate programming

Rendered fromz-advanced-topic-building-an-environment-for-literate-programming.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-02-11
Started: 2024-01-24

z - Advanced topic: Contributing to nixpkgs

Rendered fromz-contributing_to_nixpkgs.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-01-08
Started: 2024-05-21

z - Advanced topic: Handling packages with remote dependencies

Rendered fromz-advanced-topic-handling-packages-with-remote-dependencies.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-03-01
Started: 2024-01-24

z - Advanced topic: Reproducible Analytical Pipelines with Nix

Rendered fromz-advanced-topic-reproducible-analytical-pipelines-with-nix.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-02-11
Started: 2024-01-24

z - Advanced topic: Rolling out your own binary cache

Rendered fromz-binary_cache.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-01-08
Started: 2024-05-21

z - Advanced topic: Running R or Shell Code in Nix from R

Rendered fromz-advanced-topic-running-r-or-shell-code-in-nix-from-r.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-02-11
Started: 2024-01-24

z - Advanced topic: Understanding the rPackages set release cycle and using bleeding edge packages

Rendered fromz-bleeding_edge.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-01-09
Started: 2024-05-21

z - Advanced topic: Using Nix inside Docker

Rendered fromz-advanced-topic-using-nix-inside-docker.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-04-30
Started: 2024-06-22

z - Advanced topic: A complete end-to-end walkthrough to set up a project

Rendered fromz-advanced-topic-walkthrough-project.Rmdusingknitr::rmarkdownon Jul 02 2025.

Last update: 2025-03-01
Started: 2025-03-01