mirror of
https://github.com/dwinkler1/fran.git
synced 2026-05-22 14:13:31 -04:00
Refactor R package dependencies in flake.nix
This commit is contained in:
parent
697a1c07e7
commit
da09626e4d
1 changed files with 2 additions and 2 deletions
|
|
@ -37,10 +37,10 @@
|
|||
|
||||
# The overlay that exposes custom R packages
|
||||
overlay = final: prev: {
|
||||
extraRPackageDeps = {
|
||||
franPackageDeps = {
|
||||
julia-fwildclusterboot = prev.julia-bin.withPackages ["WildBootTests" "StableRNGs"];
|
||||
};
|
||||
extraRPackages = import ./packages {inherit final prev;};
|
||||
franPackages = import ./packages {inherit final prev;};
|
||||
};
|
||||
in {
|
||||
# Helper to install R with system dependencies if required
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue