pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-purrr
Module Name: pkgsrc
Committed By: mef
Date: Sun Sep 20 21:32:33 UTC 2020
Modified Files:
pkgsrc/devel/R-purrr: Makefile distinfo
Log Message:
(devel/R-purrr) Updated 0.3.3 to 0.3.4. TEST_DEPENDS added and now passes
# purrr 0.3.4
* Added documentation for exporting functions created with purrr
adverb (@njtierney, #668). See `?faq-adverbs-export`.
* Added `none()`, which tests that a predicate is false for all elements
(the opposite of `every()`) (@AliciaSchep, #735).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-purrr/Makefile \
pkgsrc/devel/R-purrr/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-purrr/Makefile
diff -u pkgsrc/devel/R-purrr/Makefile:1.2 pkgsrc/devel/R-purrr/Makefile:1.3
--- pkgsrc/devel/R-purrr/Makefile:1.2 Fri Jul 31 18:22:34 2020
+++ pkgsrc/devel/R-purrr/Makefile Sun Sep 20 21:32:33 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2020/07/31 18:22:34 brook Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/20 21:32:33 mef Exp $
R_PKGNAME= purrr
-R_PKGVER= 0.3.3
+R_PKGVER= 0.3.4
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,6 +11,9 @@ LICENSE= gnu-gpl-v3
DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
DEPENDS+= R-rlang>=0.3.1:../../devel/R-rlang
+TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
+TEST_DEPENDS+= R-tidyselect-[0-9]*:../../devel/R-tidyselect
+
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
Index: pkgsrc/devel/R-purrr/distinfo
diff -u pkgsrc/devel/R-purrr/distinfo:1.2 pkgsrc/devel/R-purrr/distinfo:1.3
--- pkgsrc/devel/R-purrr/distinfo:1.2 Fri Jul 31 18:22:34 2020
+++ pkgsrc/devel/R-purrr/distinfo Sun Sep 20 21:32:33 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/07/31 18:22:34 brook Exp $
+$NetBSD: distinfo,v 1.3 2020/09/20 21:32:33 mef Exp $
-SHA1 (R/purrr_0.3.3.tar.gz) = ce348828a31de6fc276edc9b87075c342841241b
-RMD160 (R/purrr_0.3.3.tar.gz) = 30159c2fb56c81c2b8c6ff1d18ef4ca24471b432
-SHA512 (R/purrr_0.3.3.tar.gz) = 9ab50215e3b7410d3b12af008a33713120b6f3417a73d649355288f502ef3eacd696250549efb389f2528701d8f5d186e2ef51a584cab663cee3f069a78fb20c
-Size (R/purrr_0.3.3.tar.gz) = 380993 bytes
+SHA1 (R/purrr_0.3.4.tar.gz) = beedb91ea411d1ac78317dbf6a533afef5b19c3a
+RMD160 (R/purrr_0.3.4.tar.gz) = 406f18126d30de7f59aab15d8eb4db32e83fb520
+SHA512 (R/purrr_0.3.4.tar.gz) = 30f121c751e6c85b986b872ed1bae6464d2f0f3b79493537d4f1b673d55725218dd982a2ed7b8b8a12b2aad586db3133e49721812f35bf3b2c692612759bb2ca
+Size (R/purrr_0.3.4.tar.gz) = 375062 bytes
Home |
Main Index |
Thread Index |
Old Index