rix

(★ 375)

Reproducible Data Science environments for R with Nix

파일 탐색기

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

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

nix-build

설명 보기 ▼

`nix-build`는 같은 이름의 여러 명령을 참조할 수 있습니다.

nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}}

기존 빌더에 대한 문서를 참조하세요:

nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}} --option sandbox true

nix3 빌더에 대한 문서 보기:

🔍

nix-shell

설명 보기 ▼

`nix-shell`은 같은 이름의 여러 명령을 참조할 수 있습니다.

nix-shell

기존 셸에 대한 문서를 참조하세요:

nix-shell --run "{{command}} {{argument1 argument2 ...}}"

nix3 셸에 대한 문서 보기:

nix-shell {{default.nix}}

Start with expression in `default.nix` in the current directory:

🔍

see

설명 보기 ▼

이 명령은 `run-mailcap --action=view`의 별칭입니다.

tldr run-mailcap

자세한 내용은 원본 명령을 참고하세요:

// repository documentation