Skip to content

Commit

Permalink
Add cURL dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadio committed Jun 28, 2024
1 parent 23c48d3 commit 188c856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{
devShell.x86_64-linux = pkgs.mkShell {
packages = with pkgs; [
curl
(rWrapper.override { packages = with rPackages; [ tidyverse broom ggdist MKinfer betareg rstanarm ]; })
];
};
Expand Down
4 changes: 2 additions & 2 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ kill proliferating CD4+ T cells, /Discovery Immunology/, 2(1), 2023,

The [[https://nixos.org][Nix package manager]].

Alternatively, R and R packages listed in [[file:flake.nix][flake.nix]].
Alternatively, all packages listed in [[file:flake.nix][flake.nix]].

* Usage

1. Run ~nix develop~. This instantiates an ephemeral environment that
contains R and all required R packages.
contains all required packages.

2. Run ~bash make.sh~. This downloads processed data and performs
statistical inference.
Expand Down

0 comments on commit 188c856

Please sign in to comment.