diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
commit | 0ca28723fbfb0ed88954e35bf45d7462a40a5178 (patch) | |
tree | 4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /math/R/DESCR | |
parent | 380b33c5710509b50346db575cddab2e83c39c2d (diff) | |
download | pkgsrc-0ca28723fbfb0ed88954e35bf45d7462a40a5178.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/R/DESCR')
-rw-r--r-- | math/R/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/R/DESCR b/math/R/DESCR new file mode 100644 index 00000000000..abad643ee43 --- /dev/null +++ b/math/R/DESCR @@ -0,0 +1,11 @@ +R is a language which bears a passing resemblance to the S language +developed at AT&T Bell Laboratories. It provides support for a +variety of statistical and graphical analyses. R is a true +computer language which contains a number of control-flow +constructions for iteration and alternation. It allows users to +add additional functionality by defining new functions. On +platforms which support the dlopen (3) interface, Fortran and C +code can be linked and called at run time. + +R is very close to S in both syntax and semantics, but is not identical. +Whether this is a bug or feature is an open question. |