diff options
author | melikamp <melikamp@melikamp.net> | 2012-04-15 22:17:26 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-16 05:35:58 -0500 |
commit | af844f8c9cdcaabba33285609994346175b8235e (patch) | |
tree | 80fdbf3f1d3639035105b973b3de7449115f3c11 /academic/R/README | |
parent | 9d564ba2a9957d06a1147663fdb485b9227a6e37 (diff) | |
download | slackbuilds-af844f8c9cdcaabba33285609994346175b8235e.tar.gz |
academic/R: Updated for version 2.15.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/R/README')
-rw-r--r-- | academic/R/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/R/README b/academic/R/README index 31f2747c43..cd6a7109c8 100644 --- a/academic/R/README +++ b/academic/R/README @@ -16,3 +16,11 @@ calculation and graphical display. Among other things it has `S') which includes conditionals, loops, user defined recursive functions and input and output facilities. (Indeed most of the system supplied functions are themselves written in the S language.) + +If you do not need to build the R shared library (which is needed if +you would like to call R functions from other applications), execute +the script as R_SHLIB=no ./R.SlackBuild + +If you do not need to build the BLAS shared library (which is useful +for swapping default unaccelerated BLAS for an accelerated one), +execute the script as BLAS_SHLIB=no ./R.SlackBuild |