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 unified diff)

--- pkgsrc/devel/Makefile 2019/08/07 11:48:16 1.2878
+++ pkgsrc/devel/Makefile 2019/08/09 16:20:54 1.2879
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.2878 2019/08/07 11:48:16 nia Exp $ 1# $NetBSD: Makefile,v 1.2879 2019/08/09 16:20:54 brook Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-BH 14SUBDIR+= R-BH
@@ -26,26 +26,27 @@ SUBDIR+= R-cli @@ -26,26 +26,27 @@ SUBDIR+= R-cli
26SUBDIR+= R-clipr 26SUBDIR+= R-clipr
27SUBDIR+= R-crayon 27SUBDIR+= R-crayon
28SUBDIR+= R-evaluate 28SUBDIR+= R-evaluate
29SUBDIR+= R-fansi 29SUBDIR+= R-fansi
30SUBDIR+= R-glue 30SUBDIR+= R-glue
31SUBDIR+= R-inline 31SUBDIR+= R-inline
32SUBDIR+= R-iterators 32SUBDIR+= R-iterators
33SUBDIR+= R-lazyeval 33SUBDIR+= R-lazyeval
34SUBDIR+= R-magrittr 34SUBDIR+= R-magrittr
35SUBDIR+= R-memoise 35SUBDIR+= R-memoise
36SUBDIR+= R-pkgconfig 36SUBDIR+= R-pkgconfig
37SUBDIR+= R-plogr 37SUBDIR+= R-plogr
38SUBDIR+= R-proto 38SUBDIR+= R-proto
 39SUBDIR+= R-purrr
39SUBDIR+= R-rematch 40SUBDIR+= R-rematch
40SUBDIR+= R-repr 41SUBDIR+= R-repr
41SUBDIR+= R-rio 42SUBDIR+= R-rio
42SUBDIR+= R-rlang 43SUBDIR+= R-rlang
43SUBDIR+= R-tcltk2 44SUBDIR+= R-tcltk2
44SUBDIR+= R-uuid 45SUBDIR+= R-uuid
45SUBDIR+= R-withr 46SUBDIR+= R-withr
46SUBDIR+= R-xfun 47SUBDIR+= R-xfun
47SUBDIR+= RBTools 48SUBDIR+= RBTools
48SUBDIR+= RTFM 49SUBDIR+= RTFM
49SUBDIR+= RTx-RightsMatrix 50SUBDIR+= RTx-RightsMatrix
50SUBDIR+= Renaissance 51SUBDIR+= Renaissance
51SUBDIR+= SDL 52SUBDIR+= SDL

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 unified 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,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2019,v 1.3333 2019/08/09 16:04:00 nia Exp $ 1$NetBSD: CHANGES-2019,v 1.3334 2019/08/09 16:20:54 brook Exp $
2 2
3Changes to the packages collection and infrastructure in 2019: 3Changes to the packages collection and infrastructure in 2019:
4 4
5 Updated net/hub to 2.7.0 [leot 2019-01-01] 5 Updated net/hub to 2.7.0 [leot 2019-01-01]
6 Updated news/sfeed to 0.9.7 [leot 2019-01-01] 6 Updated news/sfeed to 0.9.7 [leot 2019-01-01]
7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01] 7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01]
8 Updated finance/gnucash to 3.4 [wiz 2019-01-01] 8 Updated finance/gnucash to 3.4 [wiz 2019-01-01]
9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01] 9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01]
10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01] 10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01]
11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01] 11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01]
12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01] 12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01]
13 Updated emulators/nestopia to 1.49 [nia 2019-01-01] 13 Updated emulators/nestopia to 1.49 [nia 2019-01-01]
14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01] 14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01]
@@ -5446,13 +5446,14 @@ Changes to the packages collection and i @@ -5446,13 +5446,14 @@ Changes to the packages collection and i
5446 Updated net/py-zmq to 18.1.0 [adam 2019-08-09] 5446 Updated net/py-zmq to 18.1.0 [adam 2019-08-09]
5447 Updated graphics/libimagequant to 2.12.5 [adam 2019-08-09] 5447 Updated graphics/libimagequant to 2.12.5 [adam 2019-08-09]
5448 Updated graphics/pngquant to 2.12.5 [adam 2019-08-09] 5448 Updated graphics/pngquant to 2.12.5 [adam 2019-08-09]
5449 Added graphics/R-latex2exp version 0.4.0 [brook 2019-08-09] 5449 Added graphics/R-latex2exp version 0.4.0 [brook 2019-08-09]
5450 Added finance/R-bayesm version 3.1.3 [brook 2019-08-09] 5450 Added finance/R-bayesm version 3.1.3 [brook 2019-08-09]
5451 Added math/R-energy version 1.7.6 [brook 2019-08-09] 5451 Added math/R-energy version 1.7.6 [brook 2019-08-09]
5452 Added math/R-DEoptimR version 1.0.8 [brook 2019-08-09] 5452 Added math/R-DEoptimR version 1.0.8 [brook 2019-08-09]
5453 Added math/R-tensorA version 0.36.1 [brook 2019-08-09] 5453 Added math/R-tensorA version 0.36.1 [brook 2019-08-09]
5454 Added math/R-robustbase version 0.93.5 [brook 2019-08-09] 5454 Added math/R-robustbase version 0.93.5 [brook 2019-08-09]
5455 Added math/R-compositions version 1.40.2 [brook 2019-08-09] 5455 Added math/R-compositions version 1.40.2 [brook 2019-08-09]
5456 Added graphics/R-ggtern version 3.1.0 [brook 2019-08-09] 5456 Added graphics/R-ggtern version 3.1.0 [brook 2019-08-09]
5457 Updated devel/bullet to 2.88 [nia 2019-08-09] 5457 Updated devel/bullet to 2.88 [nia 2019-08-09]
5458 Added graphics/mygui version 3.2.3.20190707 [nia 2019-08-09] 5458 Added graphics/mygui version 3.2.3.20190707 [nia 2019-08-09]
 5459 Added devel/R-purrr version 0.3.2 [brook 2019-08-09]