pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-tidyselect: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03689d98b1d5
branches:  trunk
changeset: 337626:03689d98b1d5
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 16:22:30 2019 +0000

description:
R-tidyselect: initial commit

A backend for the selecting functions of the 'tidyverse'. It makes it
easy to implement select-like functions in your own packages in a way
that is consistent with other 'tidyverse' interfaces for selection.

diffstat:

 devel/Makefile              |   3 ++-
 devel/R-tidyselect/DESCR    |   3 +++
 devel/R-tidyselect/Makefile |  19 +++++++++++++++++++
 devel/R-tidyselect/distinfo |   6 ++++++
 doc/CHANGES-2019            |   3 ++-
 5 files changed, 32 insertions(+), 2 deletions(-)

diffs (71 lines):

diff -r c1e736f5e4e2 -r 03689d98b1d5 devel/Makefile
--- a/devel/Makefile    Fri Aug 09 16:20:54 2019 +0000
+++ b/devel/Makefile    Fri Aug 09 16:22:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2879 2019/08/09 16:20:54 brook Exp $
+# $NetBSD: Makefile,v 1.2880 2019/08/09 16:22:30 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -42,6 +42,7 @@
 SUBDIR+=       R-rio
 SUBDIR+=       R-rlang
 SUBDIR+=       R-tcltk2
+SUBDIR+=       R-tidyselect
 SUBDIR+=       R-uuid
 SUBDIR+=       R-withr
 SUBDIR+=       R-xfun
diff -r c1e736f5e4e2 -r 03689d98b1d5 devel/R-tidyselect/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-tidyselect/DESCR  Fri Aug 09 16:22:30 2019 +0000
@@ -0,0 +1,3 @@
+A backend for the selecting functions of the 'tidyverse'. It makes it
+easy to implement select-like functions in your own packages in a way
+that is consistent with other 'tidyverse' interfaces for selection.
diff -r c1e736f5e4e2 -r 03689d98b1d5 devel/R-tidyselect/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-tidyselect/Makefile       Fri Aug 09 16:22:30 2019 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 16:22:30 brook Exp $
+
+R_PKGNAME=     tidyselect
+R_PKGVER=      0.2.5
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Select from a set of strings
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-glue>=1.3.0:../../devel/R-glue
+DEPENDS+=      R-purrr>=0.3.2:../../devel/R-purrr
+DEPENDS+=      R-rlang>=0.2.2:../../devel/R-rlang
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c1e736f5e4e2 -r 03689d98b1d5 devel/R-tidyselect/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-tidyselect/distinfo       Fri Aug 09 16:22:30 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 16:22:30 brook Exp $
+
+SHA1 (R/tidyselect_0.2.5.tar.gz) = de387a4e11504ac5cefac7b94aad8ee7c1c9528b
+RMD160 (R/tidyselect_0.2.5.tar.gz) = 1aeb06de875c0da14a68c2effe48e9ccec386ae3
+SHA512 (R/tidyselect_0.2.5.tar.gz) = f8561b23b56058ef5ab97c7f5f8bc66b5b35efcc90bb6f7b7b4bf02ba2271c7a4805121cf012e98058685def70b074cdefa0c85147986b9e31d2e4e8d79f479b
+Size (R/tidyselect_0.2.5.tar.gz) = 21883 bytes
diff -r c1e736f5e4e2 -r 03689d98b1d5 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 16:20:54 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 16:22:30 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3334 2019/08/09 16:20:54 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3335 2019/08/09 16:22:30 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5457,3 +5457,4 @@
        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]
+       Added devel/R-tidyselect version 0.2.5 [brook 2019-08-09]



Home | Main Index | Thread Index | Old Index