diff options
author | markd <markd> | 2002-04-23 01:29:20 +0000 |
---|---|---|
committer | markd <markd> | 2002-04-23 01:29:20 +0000 |
commit | fe106e48f1cfda548d1a903ea6b0899eb888ac96 (patch) | |
tree | 377657d90fd1088deead8599d5515730d290b1b5 /math/R-VR | |
parent | 60cb50f6f8c28ca88de51b632f7064f4aee54fc7 (diff) | |
download | pkgsrc-fe106e48f1cfda548d1a903ea6b0899eb888ac96.tar.gz |
Initial import of R extension library VR, version 6.3-2
Various functions from the libraries of Venables and
Ripley, `Modern Applied Statistics with S-PLUS' (3rd edition).
Diffstat (limited to 'math/R-VR')
-rw-r--r-- | math/R-VR/DESCR | 2 | ||||
-rw-r--r-- | math/R-VR/Makefile | 13 | ||||
-rw-r--r-- | math/R-VR/distinfo | 4 |
3 files changed, 19 insertions, 0 deletions
diff --git a/math/R-VR/DESCR b/math/R-VR/DESCR new file mode 100644 index 00000000000..d693dd80920 --- /dev/null +++ b/math/R-VR/DESCR @@ -0,0 +1,2 @@ +Various functions from the libraries of Venables and + Ripley, `Modern Applied Statistics with S-PLUS' (3rd edition). diff --git a/math/R-VR/Makefile b/math/R-VR/Makefile new file mode 100644 index 00000000000..c9610765eca --- /dev/null +++ b/math/R-VR/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:29:20 markd Exp $ + +R_PKGNAME= VR +R_PKGVER= 6.3-2 + +MAINTAINER= markd@netbsd.org +COMMENT= Various functions from the libraries of Venables and Ripley + +R_INST_DIRS= MASS class nnet spatial +PLIST_SRC= /dev/null + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-VR/distinfo b/math/R-VR/distinfo new file mode 100644 index 00000000000..c540d0328d7 --- /dev/null +++ b/math/R-VR/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:29:20 markd Exp $ + +SHA1 (R/VR_6.3-2.tar.gz) = 8d4920b039d7fb54b49595cf00958cbf826826cb +Size (R/VR_6.3-2.tar.gz) = 418054 bytes |