update r. still nonworking though
authorMichael Lauer <mickey@vanille-media.de>
Wed, 11 Aug 2004 13:00:51 +0000 (13:00 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 11 Aug 2004 13:00:51 +0000 (13:00 +0000)
BKrev: 411a1883FW9FtlESLxirlzp8oBYDLA

nonworking/r/r_1.9.1.oe

index e69de29..aece98b 100644 (file)
@@ -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
+
+