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, ...
This commit is contained in:
parent
d5d2ea8eb6
commit
64b0c748ea
3 changed files with 18 additions and 0 deletions
2
math/R-foreign/DESCR
Normal file
2
math/R-foreign/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Functions for reading and writing data stored by statistical
|
||||
packages such as Minitab, S, SAS, SPSS, Stata, ...
|
12
math/R-foreign/Makefile
Normal file
12
math/R-foreign/Makefile
Normal file
|
@ -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"
|
4
math/R-foreign/distinfo
Normal file
4
math/R-foreign/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue