nixpkgs/pkgs/development
Peter Simons 7c6a730e0b R: added wrapper script that provides "R" and "Rscript" binaries that know about extra libraries
Configure an override in ~/.nixpkgs/config.nix as follows:

  {
    packageOverrides = pkgs: {

      rWrapper = pkgs.rWrapper.override {
        packages = with pkgs.rPackages; [ Defaults dataTable foreach xtable ];
      };

    };
  }
2014-05-04 15:33:15 +02:00
..
arduino
compilers Remove obsolete Agda-executable package; the compiler is not part of 'Agda'. 2014-05-04 12:17:35 +02:00
eclipse
guile-modules
interpreters renpy: update from 6.17.3 to 6.17.4 2014-05-02 21:31:05 +02:00
libraries haskell-ghc-mod: revert "wrap the newly added ghc-modi executable" 2014-05-04 14:07:42 +02:00
lisp-modules
misc
mobile Merge pull request #2346 from cpages/android 2014-04-21 23:27:10 +02:00
ocaml-modules zarith: fix perl path 2014-05-01 09:14:16 -05:00
perl-modules perl-dbix-class: Fix tests with newer SQLite. 2014-04-22 16:27:28 +02:00
python-modules #492 python-virtualenv: make modules of the python wrapper available 2014-04-18 18:08:49 +02:00
qtcreator
r-modules/generic R: added wrapper script that provides "R" and "Rscript" binaries that know about extra libraries 2014-05-04 15:33:15 +02:00
ruby-modules
tools happy-1.19.3: patch code to build with ghc-head 2014-05-03 20:22:12 +02:00
web nodejs: fix on i686-linux 2014-04-29 22:29:24 +02:00