From 64b0c748ea9dafc45aa03e808449c7ce27d41676 Mon Sep 17 00:00:00 2001 From: markd Date: Tue, 23 Apr 2002 01:34:06 +0000 Subject: Initial import of R extension library foreign, version 0.4-9 Functions for reading and writing data stored by statistical packages such as Minitab, S, SAS, SPSS, Stata, ... --- math/R-foreign/DESCR | 2 ++ math/R-foreign/Makefile | 12 ++++++++++++ math/R-foreign/distinfo | 4 ++++ 3 files changed, 18 insertions(+) create mode 100644 math/R-foreign/DESCR create mode 100644 math/R-foreign/Makefile create mode 100644 math/R-foreign/distinfo (limited to 'math/R-foreign') diff --git a/math/R-foreign/DESCR b/math/R-foreign/DESCR new file mode 100644 index 00000000000..fdc9aa20373 --- /dev/null +++ b/math/R-foreign/DESCR @@ -0,0 +1,2 @@ +Functions for reading and writing data stored by statistical + packages such as Minitab, S, SAS, SPSS, Stata, ... diff --git a/math/R-foreign/Makefile b/math/R-foreign/Makefile new file mode 100644 index 00000000000..3e0ab5ea4a7 --- /dev/null +++ b/math/R-foreign/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:34:06 markd Exp $ + +R_PKGNAME= foreign +R_PKGVER= 0.4-9 + +MAINTAINER= markd@netbsd.org +COMMENT= Read data stored by Minitab, S, SAS, SPSS, Stata, ... + +PLIST_SRC= /dev/null + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-foreign/distinfo b/math/R-foreign/distinfo new file mode 100644 index 00000000000..5bdcaebc0a8 --- /dev/null +++ b/math/R-foreign/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/23 01:34:06 markd Exp $ + +SHA1 (R/foreign_0.4-9.tar.gz) = d96663d9c0d5de9ce03139cc8758ead26b9d208c +Size (R/foreign_0.4-9.tar.gz) = 178983 bytes -- cgit v1.2.3