pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f5208995237
branches:  trunk
changeset: 337628:5f5208995237
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 16:25:23 2019 +0000

description:
R-tidyr: initial commit

An evolution of 'reshape2'. It's designed specifically for data
tidying (not general reshaping or aggregating) and works well with
'dplyr' data pipelines.

diffstat:

 doc/CHANGES-2019      |   3 ++-
 math/Makefile         |   3 ++-
 math/R-tidyr/DESCR    |   3 +++
 math/R-tidyr/Makefile |  24 ++++++++++++++++++++++++
 math/R-tidyr/distinfo |   6 ++++++
 5 files changed, 37 insertions(+), 2 deletions(-)

diffs (76 lines):

diff -r 4b7db8603107 -r 5f5208995237 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 16:23:46 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 16:25:23 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3336 2019/08/09 16:23:46 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3337 2019/08/09 16:25:23 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5459,3 +5459,4 @@
        Added devel/R-purrr version 0.3.2 [brook 2019-08-09]
        Added devel/R-tidyselect version 0.2.5 [brook 2019-08-09]
        Added math/R-dplyr version 0.8.3 [brook 2019-08-09]
+       Added math/R-tidyr version 0.8.3 [brook 2019-08-09]
diff -r 4b7db8603107 -r 5f5208995237 math/Makefile
--- a/math/Makefile     Fri Aug 09 16:23:46 2019 +0000
+++ b/math/Makefile     Fri Aug 09 16:25:23 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.432 2019/08/09 16:23:46 brook Exp $
+# $NetBSD: Makefile,v 1.433 2019/08/09 16:25:23 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -103,6 +103,7 @@
 SUBDIR+=       R-survey
 SUBDIR+=       R-tensorA
 SUBDIR+=       R-tibble
+SUBDIR+=       R-tidyr
 SUBDIR+=       R-urca
 SUBDIR+=       R-vctrs
 SUBDIR+=       R-wle
diff -r 4b7db8603107 -r 5f5208995237 math/R-tidyr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-tidyr/DESCR        Fri Aug 09 16:25:23 2019 +0000
@@ -0,0 +1,3 @@
+An evolution of 'reshape2'. It's designed specifically for data
+tidying (not general reshaping or aggregating) and works well with
+'dplyr' data pipelines.
diff -r 4b7db8603107 -r 5f5208995237 math/R-tidyr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-tidyr/Makefile     Fri Aug 09 16:25:23 2019 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 16:25:23 brook Exp $
+
+R_PKGNAME=     tidyr
+R_PKGVER=      0.8.3
+CATEGORIES=    math
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Easily tidy data with 'spread()' and 'gather()' functions
+LICENSE=       mit
+
+DEPENDS+=      R-glue>=1.3.1:../../devel/R-glue
+DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
+DEPENDS+=      R-purrr>=0.3.2:../../devel/R-purrr
+DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+=      R-tidyselect>=0.2.5:../../devel/R-tidyselect
+DEPENDS+=      R-dplyr>=0.7.0:../../math/R-dplyr
+DEPENDS+=      R-tibble>=2.1.3:../../math/R-tibble
+DEPENDS+=      R-stringi>=1.4.3:../../textproc/R-stringi
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4b7db8603107 -r 5f5208995237 math/R-tidyr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-tidyr/distinfo     Fri Aug 09 16:25:23 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 16:25:23 brook Exp $
+
+SHA1 (R/tidyr_0.8.3.tar.gz) = d834818f6dd64e846f28bf921f497c1f9990aa2f
+RMD160 (R/tidyr_0.8.3.tar.gz) = f2d136b8094cfc59059ebdb05aa2c6fba468493e
+SHA512 (R/tidyr_0.8.3.tar.gz) = 56cf9e88f887c18cdc665a377bf4d60e9de1032bf0c20b7ad1aa19d0f461cad4658e8d7f412927a62f4f80a7af6ec338bfc398ebc7c4cba5809293b9d4d93ab9
+Size (R/tidyr_0.8.3.tar.gz) = 383932 bytes



Home | Main Index | Thread Index | Old Index