mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
Add clarifying comments based on code review feedback
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
This commit is contained in:
parent
496c238a12
commit
cc69aa34f8
3 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ final: prev: let
|
|||
++ (with final.extraRPackages; [
|
||||
httpgd
|
||||
])
|
||||
# Import custom R packages from project root if file exists
|
||||
# Users can create r-packages.nix in their project to add more packages
|
||||
++ (prev.lib.optional (builtins.pathExists ./r-packages.nix) (import ./r-packages.nix final.rpkgs));
|
||||
in {
|
||||
quarto = final.rpkgs.quarto.override {extraRPackages = reqPkgs;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue