diff options
author | markd <markd@pkgsrc.org> | 2002-04-23 01:34:06 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-04-23 01:34:06 +0000 |
commit | 64b0c748ea9dafc45aa03e808449c7ce27d41676 (patch) | |
tree | d200d47efc84e1eed7f069ec778c7ce066d1ce42 /math | |
parent | d5d2ea8eb69e509499749617b2d46a6608bdf3ce (diff) | |
download | pkgsrc-64b0c748ea9dafc45aa03e808449c7ce27d41676.tar.gz |
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, ...
Diffstat (limited to 'math')
-rw-r--r-- | math/R-foreign/DESCR | 2 | ||||
-rw-r--r-- | math/R-foreign/Makefile | 12 | ||||
-rw-r--r-- | math/R-foreign/distinfo | 4 |
3 files changed, 18 insertions, 0 deletions
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 |