Fri Aug 9 16:20:55 2019 UTC ()
R-purrr: initial commit

A complete and consistent functional programming toolkit for R.


(brook)
diff -r1.2878 -r1.2879 pkgsrc/devel/Makefile
diff -r0 -r1.1 pkgsrc/devel/R-purrr/DESCR
diff -r0 -r1.1 pkgsrc/devel/R-purrr/Makefile
diff -r0 -r1.1 pkgsrc/devel/R-purrr/distinfo
diff -r1.3333 -r1.3334 pkgsrc/doc/CHANGES-2019

cvs diff -r1.2878 -r1.2879 pkgsrc/devel/Makefile (expand / switch to context diff)
--- pkgsrc/devel/Makefile 2019/08/07 11:48:16 1.2878
+++ pkgsrc/devel/Makefile 2019/08/09 16:20:54 1.2879
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2878 2019/08/07 11:48:16 nia Exp $
+# $NetBSD: Makefile,v 1.2879 2019/08/09 16:20:54 brook Exp $
 #
 
 COMMENT=	Development utilities
@@ -36,6 +36,7 @@
 SUBDIR+=	R-pkgconfig
 SUBDIR+=	R-plogr
 SUBDIR+=	R-proto
+SUBDIR+=	R-purrr
 SUBDIR+=	R-rematch
 SUBDIR+=	R-repr
 SUBDIR+=	R-rio

File Added: pkgsrc/devel/R-purrr/DESCR
A complete and consistent functional programming toolkit for R.

File Added: pkgsrc/devel/R-purrr/Makefile
# $NetBSD: Makefile,v 1.1 2019/08/09 16:20:54 brook Exp $

R_PKGNAME=	purrr
R_PKGVER=	0.3.2
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Functional programming tools
LICENSE=	gnu-gpl-v3

DEPENDS+=	R-magrittr>=1.5:../../devel/R-magrittr
DEPENDS+=	R-rlang>=0.3.1:../../devel/R-rlang

USE_LANGUAGES=	c

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/R-purrr/distinfo
$NetBSD: distinfo,v 1.1 2019/08/09 16:20:54 brook Exp $

SHA1 (R/purrr_0.3.2.tar.gz) = 5e283518622679805462c7d193c87d6020598c63
RMD160 (R/purrr_0.3.2.tar.gz) = a5b14906d6e3a478a277f8e1dc855236dc678244
SHA512 (R/purrr_0.3.2.tar.gz) = d815c66e4edba3bf40a295737292d7060af18c050c231c76c556e7747e0eb8e1b7038a6b449387930bfc0ff1cf4f969d45dcc38b88bdb08bf978479cc8abbc7a
Size (R/purrr_0.3.2.tar.gz) = 373701 bytes

cvs diff -r1.3333 -r1.3334 pkgsrc/doc/CHANGES-2019 (expand / switch to context diff)
--- pkgsrc/doc/CHANGES-2019 2019/08/09 16:04:00 1.3333
+++ pkgsrc/doc/CHANGES-2019 2019/08/09 16:20:54 1.3334
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3333 2019/08/09 16:04:00 nia Exp $
+$NetBSD: CHANGES-2019,v 1.3334 2019/08/09 16:20:54 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5456,3 +5456,4 @@
 	Added graphics/R-ggtern version 3.1.0 [brook 2019-08-09]
 	Updated devel/bullet to 2.88 [nia 2019-08-09]
 	Added graphics/mygui version 3.2.3.20190707 [nia 2019-08-09]
+	Added devel/R-purrr version 0.3.2 [brook 2019-08-09]