diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 13:45:24 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 13:45:24 +0000 |
commit | 5bcfa5fb715409f7de48730e33532a83fa13f33e (patch) | |
tree | 2f5d730b31dd90a1b74b4d5c4a3176fc6e1d0fc8 | |
parent | 50a618d59809367122d0884241cdb4692a2b06bd (diff) | |
download | pkgsrc-5bcfa5fb715409f7de48730e33532a83fa13f33e.tar.gz |
R-haven: initial commit.
Import foreign statistical formats into R via the embedded 'ReadStat'
C library, <https://github.com/WizardMac/ReadStat>.
-rw-r--r-- | doc/CHANGES-2019 | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/R-haven/DESCR | 2 | ||||
-rw-r--r-- | textproc/R-haven/Makefile | 22 | ||||
-rw-r--r-- | textproc/R-haven/distinfo | 6 |
5 files changed, 34 insertions, 2 deletions
diff --git a/doc/CHANGES-2019 b/doc/CHANGES-2019 index 16df5354507..63fac749e91 100644 --- a/doc/CHANGES-2019 +++ b/doc/CHANGES-2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.3120 2019/07/31 13:43:55 brook Exp $ +$NetBSD: CHANGES-2019,v 1.3121 2019/07/31 13:45:24 brook Exp $ Changes to the packages collection and infrastructure in 2019: @@ -5077,3 +5077,4 @@ Changes to the packages collection and infrastructure in 2019: Added sysutils/R-progress version 1.2.2 [brook 2019-07-31] Added textproc/R-cellranger version 1.1.0 [brook 2019-07-31] Added textproc/R-data.table version 1.12.2 [brook 2019-07-31] + Added textproc/R-haven version 2.1.1 [brook 2019-07-31] diff --git a/textproc/Makefile b/textproc/Makefile index cf147ddda98..7e0fecafc52 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1035 2019/07/31 13:43:55 brook Exp $ +# $NetBSD: Makefile,v 1.1036 2019/07/31 13:45:24 brook Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -15,6 +15,7 @@ SUBDIR+= R-cellranger SUBDIR+= R-data.table SUBDIR+= R-formatR SUBDIR+= R-gsubfn +SUBDIR+= R-haven SUBDIR+= R-highr SUBDIR+= R-htmltools SUBDIR+= R-jsonlite diff --git a/textproc/R-haven/DESCR b/textproc/R-haven/DESCR new file mode 100644 index 00000000000..165a2d2c2b3 --- /dev/null +++ b/textproc/R-haven/DESCR @@ -0,0 +1,2 @@ +Import foreign statistical formats into R via the embedded 'ReadStat' +C library, <https://github.com/WizardMac/ReadStat>. diff --git a/textproc/R-haven/Makefile b/textproc/R-haven/Makefile new file mode 100644 index 00000000000..b0293bcaa1c --- /dev/null +++ b/textproc/R-haven/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2019/07/31 13:45:24 brook Exp $ + +CATEGORIES= textproc R + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/haven/ +COMMENT= Import and export 'SPSS', 'Stata' and 'SAS' files +LICENSE= mit + +R_PKGNAME= haven +R_PKGVER= 2.1.1 + +DEPENDS+= R-forcats>=0.2.0:../../math/R-forcats +DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble +DEPENDS+= R-readr>=0.1.0:../../textproc/R-readr +DEPENDS+= R-hms>=0.5.0:../../time/R-hms + +USE_LANGUAGES= c c++ + +.include "../../math/R/Makefile.extension" +.include "../../devel/R-Rcpp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/R-haven/distinfo b/textproc/R-haven/distinfo new file mode 100644 index 00000000000..90c0e907b9b --- /dev/null +++ b/textproc/R-haven/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/07/31 13:45:24 brook Exp $ + +SHA1 (R/haven_2.1.1.tar.gz) = 1d280fb57d8a275a79bf1b1b06ffc30b901cdb0b +RMD160 (R/haven_2.1.1.tar.gz) = 6c3e39fc84d04ce968ffdb354f6e62b0d4624d82 +SHA512 (R/haven_2.1.1.tar.gz) = 6cc812a93f5fe5b9bd8895b90a480ebda55295fb699ab7d0a3ae0ccead6678b400e7f69da014af487d63f6438107b22a0581469202771f20a05f3f7aa52037c6 +Size (R/haven_2.1.1.tar.gz) = 265123 bytes |