pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/R-dtplyr (textproc/R-dtplyr) import R-dtplyr-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbe0f0947e3f
branches:  trunk
changeset: 377571:fbe0f0947e3f
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 23 05:09:51 2022 +0000

description:
(textproc/R-dtplyr) import R-dtplyr-1.2.1

Provides a data.table backend for 'dplyr'. The goal of 'dtplyr' is to
allow you to write 'dplyr' code that is automatically translated to
the equivalent, but usually much faster, data.table code.

diffstat:

 textproc/R-dtplyr/DESCR    |   3 +++
 textproc/R-dtplyr/Makefile |  31 +++++++++++++++++++++++++++++++
 textproc/R-dtplyr/distinfo |   5 +++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 171b9666a5c8 -r fbe0f0947e3f textproc/R-dtplyr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-dtplyr/DESCR   Sat Apr 23 05:09:51 2022 +0000
@@ -0,0 +1,3 @@
+Provides a data.table backend for 'dplyr'. The goal of 'dtplyr' is to
+allow you to write 'dplyr' code that is automatically translated to
+the equivalent, but usually much faster, data.table code.
diff -r 171b9666a5c8 -r fbe0f0947e3f textproc/R-dtplyr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-dtplyr/Makefile        Sat Apr 23 05:09:51 2022 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2022/04/23 05:09:51 mef Exp $
+
+R_PKGNAME=     dtplyr
+R_PKGVER=      1.2.1
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Data Table Back-End for 'dplyr'
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+=      R-glue>=1.6.2:../../devel/R-glue
+DEPENDS+=      R-lifecycle>=1.0.1:../../devel/R-lifecycle
+DEPENDS+=      R-rlang>=0.4.11:../../devel/R-rlang
+DEPENDS+=      R-tidyselect>=1.1.1:../../devel/R-tidyselect
+DEPENDS+=      R-dplyr>=1.0.3:../../math/R-dplyr
+DEPENDS+=      R-ellipsis>=0.3.2:../../math/R-ellipsis
+DEPENDS+=      R-tibble>=3.1.4:../../math/R-tibble
+DEPENDS+=      R-vctrs>=0.3.8:../../math/R-vctrs
+DEPENDS+=      R-data.table>=1.13.0:../../textproc/R-data.table
+
+# Package suggested but not available: 'bench'
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 171b9666a5c8 -r fbe0f0947e3f textproc/R-dtplyr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-dtplyr/distinfo        Sat Apr 23 05:09:51 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/23 05:09:51 mef Exp $
+
+BLAKE2s (R/dtplyr_1.2.1.tar.gz) = 4dcb593f4cd72c3f4e5a5f76a04b6cd5d778e3016b26c1deac4881dbdfb6ddc2
+SHA512 (R/dtplyr_1.2.1.tar.gz) = 1257ce97f17cce4141364280231ba441e35550d9c9b73c6836290c7e5890314a08437d78cbfdd20ae9690312f96e00ae4e0e5dd51166de7ef914bd5417f0c6e4
+Size (R/dtplyr_1.2.1.tar.gz) = 288369 bytes



Home | Main Index | Thread Index | Old Index