summaryrefslogtreecommitdiffstats
path: root/academic/R/README
diff options
context:
space:
mode:
author melikamp2012-04-16 04:17:26 +0200
committer Erik Hanson2012-04-16 12:35:58 +0200
commitaf844f8c9cdcaabba33285609994346175b8235e (patch)
tree80fdbf3f1d3639035105b973b3de7449115f3c11 /academic/R/README
parent9d564ba2a9957d06a1147663fdb485b9227a6e37 (diff)
downloadslackbuilds-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/README8
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