diff options
Diffstat (limited to 'recipes/nonworking/r/r_1.9.1.bb')
-rw-r--r-- | recipes/nonworking/r/r_1.9.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/nonworking/r/r_1.9.1.bb b/recipes/nonworking/r/r_1.9.1.bb new file mode 100644 index 0000000000..d9c6848262 --- /dev/null +++ b/recipes/nonworking/r/r_1.9.1.bb @@ -0,0 +1,10 @@ +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." + +SRC_URI = "http://cran.r-mirror.de/src/base/R-${PV}.tgz" +S = "${WORKDIR}/R-${PV}" + +inherit autotools + + |