rix
Reproducible Data Science environments for R with Nix
File Explorer
- cachix-dev-env.yml
- flint-code-formatter.yaml
- make_inst_default.yaml
- nix.yaml
- pkgctx.yaml
- pkgdown.yaml
- rhub.yaml
- ropensci-pkgcheck.yaml
- run_rhub.yaml
- style-and-lint.yaml
- style-with-air.yaml
- test-build-py-env.yaml
- test-dedup.yaml
- test-default-for-ci.yaml
- test-dup.yaml
- test-fetch-commit-short.yaml
- test-fetchlocal.yml
- test-renv2nix.yaml
- test-rix-git_pkgs.yaml
- test-rix-positron.yaml
- test-rix-rpkgs.yaml
- test-rix-rstudio.yaml
- test-rix-sys-tex.yaml
- test-rix-vscode.yaml
- test_rix-no-nix.yaml
- tests-r-via-nix.yaml
- update_available_dates.yaml
- update_codemeta.yaml
- .gitignore
- DATASET.R
- available_df.csv
- cachix_dev_env.yaml
- default.nix
- nix.conf
- run-pipeline.yaml
- logo.png
- available_dates.Rd
- available_df.Rd
- available_r.Rd
- ga_cachix.Rd
- make_launcher.Rd
- nix_build.Rd
- renv2nix.Rd
- rix.Rd
- rix_init.Rd
- setup_cachix.Rd
- tar_nix_ga.Rd
- with_nix.Rd
- apple-touch-icon-120x120.png
- apple-touch-icon-152x152.png
- apple-touch-icon-180x180.png
- apple-touch-icon-60x60.png
- apple-touch-icon-76x76.png
- apple-touch-icon.png
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- available_r.R
- detect_os.R
- detect_versions.R
- fetchers.R
- ga_cachix.R
- get_latest.R
- make_launcher.R
- make_nixpkgs_url.R
- nix_build.R
- nix_build_helpers.R
- nix_hash.R
- renv_helpers.R
- rix.R
- rix_helpers.R
- rix_init.R
- setup_cachix.R
- sysdata.rda
- tar_nix_ga.R
- with_nix.R
- with_nix_helpers.R
- zzz.R
- cachix_dev_env.yaml
- start-positron.sh
- start-rstudio.sh
- default_datathin.nix
- default_v0-14-0.nix
- default_v0-15-5.nix
- default_v0-17-3.nix
- default_v1-0-7.nix
- bioc-devel_default.nix
- bleeding-edge_default.nix
- code_default.nix
- codium_default.nix
- darwin_rstudio_default.nix
- date_default.nix
- frozen-edge_default.nix
- multiple_forges_default.nix
- no_quarto_default.nix
- one_git_default.nix
- other_default.nix
- positron_default.nix
- r-devel-bioc-devel_default.nix
- r-devel_default.nix
- rstudio_default.nix
- yes_quarto_default.nix
- julia_default.nix
- julia_default_empty_version.nix
- julia_default_lts_version.nix
- python_combined_default.nix
- python_default.nix
- python_git_default.nix
- python_pypi_default.nix
- python_simple_default.nix
- python_src_default.nix
- python_uv_default.nix
- append_Rprofile.txt
- create_missing_Rprofile.txt
- golden_Rprofile.txt
- nix.conf
- run-pipeline.yaml
- dups-entries_default.nix
- nix.conf
- nix.conf
- nix.conf-ground_truth
- fetch_commit_short_default.nix
- gen_envs.R
- default.nix
- renv_datathin.lock
- renv_v0-14-0.lock
- renv_v0-15-5.lock
- renv_v0-17-3.lock
- renv_v1-0-7.lock
- test-available_r.R
- test-detect_os.R
- test-detect_versions.R
- test-fetchers.R
- test-ga_cachix.R
- test-get_latest.R
- test-get_sri_hash_deps.R
- test-make_launcher.R
- test-nix_build.R
- test-renv_helpers.R
- test-rix-julia.R
- test-rix-python.R
- test-rix.R
- test-rix_init.R
- test-setup_cachix.R
- test-tar_nix_ga.R
- test-with_nix.R
- testthat.R
- AIUQ_failing.png
- pr_commit_id.png
- pr_review.png
- SuperGauss_log.png
- binary-cache.Rmd
- bleeding-edge.Rmd
- configuring-ide.Rmd
- contributing-to-nixpkgs.Rmd
- developing-packages.Rmd
- getting-started.Rmd
- installing-r-packages.Rmd
- installing-system-tools.Rmd
- literate-programming.Rmd
- nix-inside-docker.Rmd
- packaging-your-code.Rmd
- project-environments.Rmd
- remote-dependencies.Rmd
- renv2nix.Rmd
- reproducible-pipelines.Rmd
- running-code-in-nix.Rmd
- setting-up-linux-windows.Rmd
- setting-up-macos.Rmd
- walkthrough-project.Rmd
- .gitignore
- .here
- .lintr
- .Rbuildignore
- _pkgdown.yml
- codemeta.json
- CONTRIBUTING.md
- cran-comments.md
- CRAN-SUBMISSION
- create_dev_env.R
- default.nix
- DESCRIPTION
- LICENSE.md
- NAMESPACE
- NEWS.md
- README.md
- README.Rmd
- rix.ctx.yaml
- video_thumbnail.png
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
nix-build
View Details ▼
nix-build
Build a Nix expression.
See also: `nix build.3`.
nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}}
Build a Nix expression:
nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}} --option sandbox true
Build a sandboxed Nix expression (on non-NixOS):
nix-shell
View Details ▼
nix-shell
Start an interactive shell based on a Nix expression.
See also: `nix shell.3`.
nix-shell
Start with nix expression in `shell.nix` or `default.nix` in the current directory:
nix-shell --run "{{command}} {{argument1 argument2 ...}}"
Run shell command in non-interactive shell and exit:
nix-shell {{default.nix}}
Start with expression in `default.nix` in the current directory:
see
View Details ▼
see
This command is an alias of `run-mailcap --action=view`.
tldr run-mailcap
View documentation for the original command:
