1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name R |
---|
4 | version 1.8.1 |
---|
5 | categories math science |
---|
6 | maintainers kjell.konis@worcester.oxford.ac.uk |
---|
7 | description R is GNU S - an interpreted language for statistical computing |
---|
8 | long_description R is a language and environment for statistical computing and graphics. \ |
---|
9 | R provides a wide variety of statistical (linear and nonlinear modelling, \ |
---|
10 | classical statistical tests, time-series analysis, classification, \ |
---|
11 | clustering, ...) and graphical techniques, and is highly extensible. |
---|
12 | homepage http://www.r-project.org/ |
---|
13 | distfiles R-1.8.1.tgz |
---|
14 | master_sites http://cran.us.r-project.org/src/base/ \ |
---|
15 | http://cran.au.r-project.org/src/base/ \ |
---|
16 | http://cran.at.r-project.org/src/base/ \ |
---|
17 | http://cran.hu.r-project.org/src/base/ \ |
---|
18 | http://cran.za.r-project.org/src/base/ |
---|
19 | checksums R-1.8.1.tgz md5 cd81fdeaf22f93dfc28979e8132722ec |
---|
20 | depends_lib lib:libdl:dlcompat |
---|
21 | depends_build bin:g77:g77 bin:latex:teTeX |
---|
22 | configure.args --enable-R-shlib --with-blas="-framework vecLib" --with-lapack |
---|
23 | destroot.destdir prefix=${destroot}${prefix} |
---|
24 | |
---|