aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking/r/r_1.9.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'nonworking/r/r_1.9.1.oe')
-rw-r--r--nonworking/r/r_1.9.1.oe11
1 files changed, 0 insertions, 11 deletions
diff --git a/nonworking/r/r_1.9.1.oe b/nonworking/r/r_1.9.1.oe
deleted file mode 100644
index aece98b7d6..0000000000
--- a/nonworking/r/r_1.9.1.oe
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-
-