pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-haven: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fde5eb70789a
branches:  trunk
changeset: 337059:fde5eb70789a
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:45:24 2019 +0000

description:
R-haven: initial commit.

Import foreign statistical formats into R via the embedded 'ReadStat'
C library, <https://github.com/WizardMac/ReadStat>.

diffstat:

 doc/CHANGES-2019          |   3 ++-
 textproc/Makefile         |   3 ++-
 textproc/R-haven/DESCR    |   2 ++
 textproc/R-haven/Makefile |  22 ++++++++++++++++++++++
 textproc/R-haven/distinfo |   6 ++++++
 5 files changed, 34 insertions(+), 2 deletions(-)

diffs (73 lines):

diff -r 39fa710f0927 -r fde5eb70789a doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:43:55 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:45:24 2019 +0000
@@ -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 @@
        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 -r 39fa710f0927 -r fde5eb70789a textproc/Makefile
--- a/textproc/Makefile Wed Jul 31 13:43:55 2019 +0000
+++ b/textproc/Makefile Wed Jul 31 13:45:24 2019 +0000
@@ -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-data.table
 SUBDIR+=       R-formatR
 SUBDIR+=       R-gsubfn
+SUBDIR+=       R-haven
 SUBDIR+=       R-highr
 SUBDIR+=       R-htmltools
 SUBDIR+=       R-jsonlite
diff -r 39fa710f0927 -r fde5eb70789a textproc/R-haven/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-haven/DESCR    Wed Jul 31 13:45:24 2019 +0000
@@ -0,0 +1,2 @@
+Import foreign statistical formats into R via the embedded 'ReadStat'
+C library, <https://github.com/WizardMac/ReadStat>.
diff -r 39fa710f0927 -r fde5eb70789a textproc/R-haven/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-haven/Makefile Wed Jul 31 13:45:24 2019 +0000
@@ -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@localhost
+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 -r 39fa710f0927 -r fde5eb70789a textproc/R-haven/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-haven/distinfo Wed Jul 31 13:45:24 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index