diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-11 13:00:51 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-11 13:00:51 +0000 |
commit | e153ee20d10449a754af1de3cd04286a82c35dc5 (patch) | |
tree | 8412b7156efe12d726de5313df144b81fa576e67 /nonworking | |
parent | bbccdd6de9efc528794f9c2538d459bdbf4a02cc (diff) |
update r. still nonworking though
BKrev: 411a1883FW9FtlESLxirlzp8oBYDLA
Diffstat (limited to 'nonworking')
-rw-r--r-- | nonworking/r/r_1.9.1.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nonworking/r/r_1.9.1.oe b/nonworking/r/r_1.9.1.oe index e69de29bb2..aece98b7d6 100644 --- a/nonworking/r/r_1.9.1.oe +++ b/nonworking/r/r_1.9.1.oe @@ -0,0 +1,11 @@ +DESCRIPTION = "R is GNU S, a freely available language and environment for statistical computing and \ +graphics which provides a wide variety of statistical and graphical techniques: \ +linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, etc." +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" + +SRC_URI = "http://cran.r-mirror.de/src/base/R-${PV}.tgz" +S = "${WORKDIR}/R-${PV}" + +inherit autotools + + |