summaryrefslogtreecommitdiff
path: root/math/R/pkg
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 00:11:36 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 00:11:36 +0000
commit0ca28723fbfb0ed88954e35bf45d7462a40a5178 (patch)
tree4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /math/R/pkg
parent380b33c5710509b50346db575cddab2e83c39c2d (diff)
downloadpkgsrc-0ca28723fbfb0ed88954e35bf45d7462a40a5178.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/R/pkg')
-rw-r--r--math/R/pkg/DESCR11
-rw-r--r--math/R/pkg/PLIST3
2 files changed, 0 insertions, 14 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.
diff --git a/math/R/pkg/PLIST b/math/R/pkg/PLIST
deleted file mode 100644
index 20b51795f33..00000000000
--- a/math/R/pkg/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.9 2000/08/16 19:04:43 jlam Exp $
-bin/R
-man/man1/R.1