summaryrefslogtreecommitdiff
path: root/math/R/pkg/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:11:36 +0000
committerzuntum <zuntum>2001-11-01 00:11:36 +0000
commit8bc5dafa3b85eac1ad1a0c6f37cd23466c28a12c (patch)
tree4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /math/R/pkg/DESCR
parent6bab4329d1bdf3ff52eeba382e147cfe3a215bf2 (diff)
downloadpkgsrc-8bc5dafa3b85eac1ad1a0c6f37cd23466c28a12c.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/R/pkg/DESCR')
-rw-r--r--math/R/pkg/DESCR11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/R/pkg/DESCR b/math/R/pkg/DESCR
deleted file mode 100644
index abad643ee43..00000000000
--- a/math/R/pkg/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-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.