3 # nix-build test-evaluation.nix --dry-run
5 # to test whether the R package set evaluates properly.
14 inherit (import ../../.. { inherit config; }) pkgs;
16 rWrapper = pkgs.rWrapper.override {
17 packages = pkgs.lib.filter pkgs.lib.isDerivation (pkgs.lib.attrValues pkgs.rPackages);