diff options
author | markd <markd@pkgsrc.org> | 2002-04-23 01:29:20 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-04-23 01:29:20 +0000 |
commit | b96e5144cbd681ba5a8ae8c1601efa240b80d690 (patch) | |
tree | 377657d90fd1088deead8599d5515730d290b1b5 | |
parent | 76259cffb12dcf86ea89ca99fb65c454301b9727 (diff) | |
download | pkgsrc-b96e5144cbd681ba5a8ae8c1601efa240b80d690.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).
-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 |