Author: simons
Date: Mon Nov 29 11:13:03 2010
New Revision: 24914
URL: https://svn.nixos.org/websvn/nix/?rev=24914&sc=1
Log:
pkgs/development/interpreters/r-lang: cosmetic improvements to package
description, etc.
Modified:
nixpkgs/trunk/pkgs/development/interpreters/r-lang/default.nix
Modified: nixpkgs/trunk/pkgs/development/interpreters/r-lang/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/interpreters/r-lang/default.nix Mon Nov
29 11:12:43 2010 (r24913)
+++ nixpkgs/trunk/pkgs/development/interpreters/r-lang/default.nix Mon Nov
29 11:13:03 2010 (r24914)
@@ -1,5 +1,5 @@
-{stdenv, fetchurl, readline, perl, gfortran, libX11, libpng, libXt, zlib,
-withBioconductor ? false
+{ stdenv, fetchurl, readline, perl, gfortran, libX11, libpng, libXt, zlib
+, withBioconductor ? false
}:
stdenv.mkDerivation {
@@ -23,14 +23,15 @@
meta = {
description = "R is a language and environment for statistical computing
and graphics";
- longDescription = ''R is a language and environment for statistical
computin
-g and graphics. It is a GNU project which is similar to the S language. R
provid
-es a wide variety of statistical (linear and nonlinear modelling, classical
stat
-istical tests, time-series analysis, classification, clustering, ...) and
graphi
-cal techniques, and is highly extensible.'';
license = "GPL2";
homepage = http://www.r-project.org/;
+ longDescription = ''
+ R is a language and environment for statistical computing and
+ graphics. It is a GNU project which is similar to the S language.
+ R provides a wide variety of statistical (linear and nonlinear
+ modelling, classical statistical tests, time-series analysis,
+ classification, clustering, ...) and graphical techniques, and is
+ highly extensible.
+ '';
};
}
-
-
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits