diff options
author | brook <brook@pkgsrc.org> | 2019-08-09 16:23:46 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-08-09 16:23:46 +0000 |
commit | a5cc32439c8211a90a957f739e10844ca367ef47 (patch) | |
tree | 5becaf6bdf854471aaebd160e7bd769265467053 /math/R-dplyr | |
parent | 4c8993a4d4171ed4d045717e9672369d0f9b26d5 (diff) | |
download | pkgsrc-a5cc32439c8211a90a957f739e10844ca367ef47.tar.gz |
R-dplyr: initial commit
A fast, consistent tool for working with data frame like objects, both
in memory and out of memory.
Diffstat (limited to 'math/R-dplyr')
-rw-r--r-- | math/R-dplyr/DESCR | 2 | ||||
-rw-r--r-- | math/R-dplyr/Makefile | 25 | ||||
-rw-r--r-- | math/R-dplyr/distinfo | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/math/R-dplyr/DESCR b/math/R-dplyr/DESCR new file mode 100644 index 00000000000..3c35ff37004 --- /dev/null +++ b/math/R-dplyr/DESCR @@ -0,0 +1,2 @@ +A fast, consistent tool for working with data frame like objects, both +in memory and out of memory. diff --git a/math/R-dplyr/Makefile b/math/R-dplyr/Makefile new file mode 100644 index 00000000000..a95778c3d25 --- /dev/null +++ b/math/R-dplyr/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2019/08/09 16:23:47 brook Exp $ + +R_PKGNAME= dplyr +R_PKGVER= 0.8.3 +CATEGORIES= math + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Grammar of data manipulation +LICENSE= mit + +DEPENDS+= R-assertthat>=0.2.0:../../devel/R-assertthat +DEPENDS+= R-glue>=1.3.0:../../devel/R-glue +DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr +DEPENDS+= R-pkgconfig>=2.0.2:../../devel/R-pkgconfig +DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang +DEPENDS+= R-tidyselect>=0.2.5:../../devel/R-tidyselect +DEPENDS+= R-tibble>=2.0.0:../../math/R-tibble + +USE_LANGUAGES= c c++ + +.include "../../math/R/Makefile.extension" +.include "../../devel/R-Rcpp/buildlink3.mk" +.include "../../devel/R-plogr/buildlink3.mk" +.include "../../devel/boost-headers/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-dplyr/distinfo b/math/R-dplyr/distinfo new file mode 100644 index 00000000000..cf0afcb3b05 --- /dev/null +++ b/math/R-dplyr/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/09 16:23:47 brook Exp $ + +SHA1 (R/dplyr_0.8.3.tar.gz) = 23c1d3fabfd8203c6fef66e4572df7fddfb65cae +RMD160 (R/dplyr_0.8.3.tar.gz) = 3d19458f074656291cb51c061f0905e1895d904e +SHA512 (R/dplyr_0.8.3.tar.gz) = 268d1b1c68fc836521f7311928642b9c2a64fb28eef9014797a628894a3999bf932bc1d516826606f3c0b6b5a55f22e5185541d88c76c7b707be17369b1ad0d2 +Size (R/dplyr_0.8.3.tar.gz) = 1173098 bytes |