blob: d9c684826261a0c76b8af52b0ed723e893b2112f (
plain)
1
2
3
4
5
6
7
8
9
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
|