diff options
author | afhpayne <github@komputermatrix.com> | 2022-02-08 13:37:30 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 16:18:00 +0700 |
commit | 06c9f39d3e0e10404648f58b2afc04914861d833 (patch) | |
tree | fe95650b73ef90303e6df312b5ff6ed895c0772b /academic/R/README | |
parent | b7fc02a960928fbe66b8862ab8d98986a15a58a5 (diff) |
academic/R: Updated for version 4.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/R/README')
-rw-r--r-- | academic/R/README | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/academic/R/README b/academic/R/README index cdd9f7dbd6ef..0ebd1faa481b 100644 --- a/academic/R/README +++ b/academic/R/README @@ -1,20 +1,10 @@ -R is an integrated suite of software facilities for data manipulation, -calculation and graphical display. It includes - -* an effective data handling and storage facility, - -* a suite of operators for calculations on arrays, in particular -matrices, - -* a large, coherent, integrated collection of intermediate tools for -data analysis, - -* graphical facilities for data analysis and display either on-screen -or on hardcopy, and - -* a well-developed, simple and effective programming language which -includes conditionals, loops, user-defined recursive functions and -input and output facilities. +R is a language and environment for statistical computing and +graphics. It is a GNU project which is similar to the S language and +environment which was developed at Bell Laboratories (formerly AT&T, +now Lucent Technologies) by John Chambers and colleagues. R can be +considered as a different implementation of S. There are some +important differences, but much code written for S runs unaltered +under R. Notes: |