]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nonworking/r/r_1.9.1.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nonworking / r / r_1.9.1.bb
1 DESCRIPTION = "R is GNU S, a freely available language and environment for statistical computing and \
2 graphics which provides a wide variety of statistical and graphical techniques: \
3 linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, etc."
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5
6 SRC_URI = "http://cran.r-mirror.de/src/base/R-${PV}.tgz"
7 S = "${WORKDIR}/R-${PV}"
8
9 inherit autotools
10
11