README 871 B

123456789101112131415161718192021
  1. R is a language and environment for statistical computing and
  2. graphics. It is a GNU project which is similar to the S language and
  3. environment which was developed at Bell Laboratories (formerly AT&T,
  4. now Lucent Technologies) by John Chambers and colleagues. R can be
  5. considered as a different implementation of S. There are some
  6. important differences, but much code written for S runs unaltered
  7. under R.
  8. Notes:
  9. If you do not need to build the R shared library (which is needed if
  10. you would like to call R functions from other applications), execute
  11. the script as R_SHLIB=no ./R.SlackBuild
  12. If you do not need to build the BLAS shared library (which is useful
  13. for swapping default unaccelerated BLAS for an accelerated one),
  14. execute the script as BLAS_SHLIB=no ./R.SlackBuild
  15. This package builds R from source; example build time (Intel Core
  16. i7-7500U) is < 10 minutes.