rix

(★ 375)

Reproducible Data Science environments for R with Nix

File Explorer

  • .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

jsDelivr

jsDelivr 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 ▼

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 ▼

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 ▼

This command is an alias of `run-mailcap --action=view`.

tldr run-mailcap

View documentation for the original command:

// repository documentation