Skip to content

Commit

Permalink
add rix reproducible data science environments (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivankaraman authored Oct 12, 2024
1 parent 2604f1d commit 239c3b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,8 @@ whether the package is meant to be submitted to CRAN or Bioconductor.
- [`{renv}`](https://rstudio.github.io/renv/) (to create project-local
environments)

- [`{rix}`](https://cran.r-project.org/package=rix) (to create reproducible data science environments using the Nix package manager)

- [`{bspm}`](https://cran4linux.github.io/bspm/index.html) (to enable
binary package installations via Linux distribution’s package
manager)
Expand All @@ -761,7 +763,7 @@ whether the package is meant to be submitted to CRAN or Bioconductor.
Public Package Manager](https://packagemanager.posit.co/client/) for
binary package installations on Linux)

- [groundhogr](https://groundhogr.com/)) (to load packages and their
- [`{groundhogr}`](https://groundhogr.com/) (to load packages and their
dependencies as available on chosen date on CRAN)

## Containerization 🛍
Expand Down

0 comments on commit 239c3b1

Please sign in to comment.