pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-dtplyr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 23 05:09:51 UTC 2022

Added Files:
        pkgsrc/textproc/R-dtplyr: DESCR Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-dtplyr/DESCR \
    pkgsrc/textproc/R-dtplyr/Makefile pkgsrc/textproc/R-dtplyr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/R-dtplyr/DESCR
diff -u /dev/null pkgsrc/textproc/R-dtplyr/DESCR:1.1
--- /dev/null   Sat Apr 23 05:09:51 2022
+++ pkgsrc/textproc/R-dtplyr/DESCR      Sat Apr 23 05:09:51 2022
@@ -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.
Index: pkgsrc/textproc/R-dtplyr/Makefile
diff -u /dev/null pkgsrc/textproc/R-dtplyr/Makefile:1.1
--- /dev/null   Sat Apr 23 05:09:51 2022
+++ pkgsrc/textproc/R-dtplyr/Makefile   Sat Apr 23 05:09:51 2022
@@ -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"
Index: pkgsrc/textproc/R-dtplyr/distinfo
diff -u /dev/null pkgsrc/textproc/R-dtplyr/distinfo:1.1
--- /dev/null   Sat Apr 23 05:09:51 2022
+++ pkgsrc/textproc/R-dtplyr/distinfo   Sat Apr 23 05:09:51 2022
@@ -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